Skip to content

Commit

Permalink
chore: ci: Adding tags on release
Browse files Browse the repository at this point in the history
  • Loading branch information
ychhabra-eightfold committed Apr 11, 2022
1 parent 7543c24 commit 25d1080
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- name: Create/update release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.changelog_reader.outputs.version }}
name: Release ${{ steps.changelog_reader.outputs.version }}
body: ${{ steps.changelog_reader.outputs.changes }}
prerelease: ${{ steps.changelog_reader.outputs.status == 'prereleased' }}
Expand Down

0 comments on commit 25d1080

Please sign in to comment.