Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
chore: fix release please
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic committed May 3, 2023
1 parent 87a3a26 commit fc52fb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ jobs:
id: release
with:
release-type: node
last-release-sha: "f3041fef79d8c18d624c9a5a8b58d17dffcf00a8"
release-as: "v5.1.0"
package-name: release-please-action
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":true}]'

Expand All @@ -147,4 +149,4 @@ jobs:
- run: yarn npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
if: ${{ steps.release.outputs.release_created }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit fc52fb3

Please sign in to comment.