Skip to content

Commit

Permalink
Revert "chore: remove unnecessary step from release action"
Browse files Browse the repository at this point in the history
This reverts commit 7b41e25.
  • Loading branch information
alessandro-cuppari committed Nov 21, 2023
1 parent fe064a6 commit b80ff78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Create new release
env:
GH_TOKEN: ${{ github.token }}
if: steps.semantic.outputs.new_release_published == 'true'
run: gh release create ${{ steps.semantic.outputs.new_release_git_tag }}

0 comments on commit b80ff78

Please sign in to comment.