Skip to content

Commit

Permalink
Use ref name for version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomi7732 committed May 10, 2022
1 parent 9042f8f commit 387fce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: ast-cli.${VERSION}
name: ast-cli.${{github.ref_name}}
path: out
retention-days: 1

0 comments on commit 387fce1

Please sign in to comment.