We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5d32b commit 64a8c57Copy full SHA for 64a8c57
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/[email protected]
22
- name: Store version from inputs
23
if: github.event_name == 'workflow_dispatch'
24
- run: echo "tag=${{ inputs.version }}"
+ run: echo "tag=${{ inputs.version }}" >> $GITHUB_ENV
25
- name: Get version from tag
26
if: github.event_name == 'release'
27
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
0 commit comments