Skip to content

Commit

Permalink
Merge pull request #884 from buildo/fix-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Aug 22, 2024
2 parents 1add231 + 1013da6 commit 2d6f0fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
token: ${{ secrets.NPM_TOKEN }}
access: "public"
provenance: true
ignore-scripts: false

- name: Publish to Github
uses: JS-DevTools/npm-publish@v3
Expand All @@ -60,6 +61,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
access: "public"
provenance: true
ignore-scripts: false

- uses: slackapi/[email protected]
if: ${{ job.status == 'success' }}
Expand Down

0 comments on commit 2d6f0fb

Please sign in to comment.