Skip to content

Commit

Permalink
remove deprecated set_output command
Browse files Browse the repository at this point in the history
  • Loading branch information
tramhao committed Mar 25, 2024
1 parent 70fc9a1 commit 445a478
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/*
file_glob: true
tag: ${{ steps.tagname.outputs.TAG }}
# tag: ${{ steps.tagname.outputs.TAG }}
tag: ${{ github.ref }}
overwrite: true

- name: Extract version
Expand Down

0 comments on commit 445a478

Please sign in to comment.