Skip to content

Commit

Permalink
fix: version with a v
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Griffon <anthony@griffon.one>
  • Loading branch information
Miaxos committed Nov 29, 2023
1 parent be6136b commit 766dda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get the release version from the tag
if: env.VERSION == ''
run: echo "${{ github.ref_name }}" | sed -En 's/^swarmd-v(.*)$/VERSION=\1/p' >> $GITHUB_ENV
run: echo "${{ github.ref_name }}" | sed -En 's/^swarmd-v(.*)$/VERSION=v\1/p' >> $GITHUB_ENV
- name: Get the swarmd release version from the tag
if: env.RELEASE_NAME == ''
run: echo "RELEASE_NAME=${{ github.ref_name }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 766dda6

Please sign in to comment.