Skip to content

Commit

Permalink
chore: upgraded release workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed Jul 28, 2023
1 parent f4aaf49 commit 805db03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: release-please-pr
jobs:
release-pr:
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: google-github-actions/release-please-action@v3
id: release-please
Expand All @@ -14,7 +16,7 @@ jobs:
package-name: "react-daisyui"
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"refactor","section":"Miscellaneous","hidden":false},{"type":"docs","section":"Storybook","hidden":true}]'
command: release-pr
- uses: actions/github-script@v5
- uses: actions/github-script@v6
if: ${{ steps.release-please.outputs.pr }}
id: extract-branch
env:
Expand All @@ -37,6 +39,8 @@ jobs:

release:
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: google-github-actions/release-please-action@v3
id: release
Expand Down

0 comments on commit 805db03

Please sign in to comment.