Skip to content

Commit

Permalink
chore(ci): fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Apr 7, 2023
1 parent ea14467 commit 5b4130b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
release-type: node
package-name: action-docs
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"build","section":"Miscellaneous","hidden":true}]'

last-release-sha: 26343d22fecbbc6bc273ee0b7b80b9267c587d6a
release-as: v1.3.0
- name: Publish to NPM
run: yarn publish
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 5b4130b

Please sign in to comment.