Skip to content

Commit

Permalink
fix: Fix Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 30, 2022
1 parent 274555b commit 82328ec
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,24 @@ on:
branches:
- main
name: release-please

permissions:
actions: read
checks: write
contents: write
issues: read
packages: write
pull-requests: write
repository-projects: read
statuses: read

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- name: Release Please
id: release
uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
Expand Down

0 comments on commit 82328ec

Please sign in to comment.