Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ed0906 committed Mar 11, 2024
1 parent 7a5a08f commit 9b789d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
id: get_version
shell: bash
run: |
is_release=${{ github.event_name == 'release' }}
is_manual=${{ inputs.version }}
version=${{ inputs.version }}${GITHUB_REF/refs\/tags\//}
echo "Version: $version"
echo "VERSION=$version" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 9b789d1

Please sign in to comment.