Skip to content

Commit

Permalink
fix: don't remove v prefix in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Aug 30, 2023
1 parent 4c7cd84 commit e3d3314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
env:
REF_NAME: ${{ github.ref_name }}
run: |
echo "TAG_NAME=$(echo $REF_NAME | sed 's/main/nightly/g' | sed 's/^v//g')" >>${GITHUB_ENV}
echo "TAG_NAME=$(echo $REF_NAME | sed 's/main/nightly/g')" >>${GITHUB_ENV}
- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit e3d3314

Please sign in to comment.