Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
merrycoder committed Jan 10, 2025
1 parent 55b0a91 commit d7b980f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to GitHub Packages
Expand Down

0 comments on commit d7b980f

Please sign in to comment.