Skip to content

Commit

Permalink
change from github.ref ro github.ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
avestura committed Sep 28, 2023
1 parent 66fe133 commit aca2c8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
draft: false
prerelease: false
tag_name: ${{ github.ref_name }}

# Upload release asset: https://github.com/actions/upload-release-asset
- name: Update release asset
Expand Down

0 comments on commit aca2c8c

Please sign in to comment.