Skip to content

Commit

Permalink
something to bump8
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Sep 30, 2022
1 parent 1a880cf commit 4e3ba3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
# This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag.outputs.value }}
release_name: Release ${{ steps.tag.outputs.value }}
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: ${{ steps.bumpr.outputs.message }}
draft: false
prerelease: false
Expand Down

0 comments on commit 4e3ba3d

Please sign in to comment.