Skip to content

Commit 64a8c57

Browse files
authored
Update GITHUB_ENV (#5)
1 parent 7f5d32b commit 64a8c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/[email protected]
2222
- name: Store version from inputs
2323
if: github.event_name == 'workflow_dispatch'
24-
run: echo "tag=${{ inputs.version }}"
24+
run: echo "tag=${{ inputs.version }}" >> $GITHUB_ENV
2525
- name: Get version from tag
2626
if: github.event_name == 'release'
2727
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)