Skip to content

Commit

Permalink
use default ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Oct 12, 2024
1 parent c60b419 commit 372bfb0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body_path: ${{ github.workspace }}/release-notes.txt
# if this is changed, `gh release upload` argument needs to be updated.
tag_name: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish
# See https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry
Expand Down

0 comments on commit 372bfb0

Please sign in to comment.