Skip to content

Commit

Permalink
ci: add publishConfig.access=public
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Dec 14, 2023
1 parent c1359b0 commit 4ff9114
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-on-push-to-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ on:
jobs:
build:
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
contents: write
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
"url": "https://github.com/CodeGenieApp/serverless-express.git"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"publishConfig": {
"access": "public"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 4ff9114

Please sign in to comment.