Skip to content

Commit

Permalink
fix: update publish action and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed May 28, 2024
1 parent 4b776ab commit 157e2b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- master

permissions:
packages: write
contents: write

jobs:
build:
env:
Expand All @@ -27,7 +31,7 @@ jobs:
- name: Publish
if: success()
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@commitlint/config-angular": "^19.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.0",
"semantic-release": "^23.0.5"
"@semantic-release/npm": "^12.0.1",
"semantic-release": "^23.1.1"
},
"release": {
"branch": "master",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 157e2b5

Please sign in to comment.