diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 36b1667..a6284d4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 # Setup .npmrc file to publish to GitHub Packages - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: "20.x" registry-url: "https://npm.pkg.github.com" @@ -22,4 +22,4 @@ jobs: - name: Publish package run: yarn publish --access restricted env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c1ec7..1eeca66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,7 @@ All notable changes to this repository will be documented in this file. ## [1.0.2] - update readme + +## [1.2.1] + +- update workflow