Skip to content

Commit

Permalink
Try release PAT again
Browse files Browse the repository at this point in the history
  • Loading branch information
thesergsb committed Jul 22, 2024
1 parent 4a1de7e commit 258776e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ jobs:
id-token: write # to enable use of OIDC for npm provenance
steps:
- name: checkout
uses: actions/checkout@v2.4.2
uses: actions/checkout@v4
- name: node
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org
- name: Authenticate with GitHub package registry
run: echo "//npm.pkg.github.com:_authToken=${{ secrets.PAT }}" >
run:
echo -e "@upsolve-labs:registry=https://npm.pkg.github.com/\n//npm.pkg.github.com/:_authToken=${{ secrets.PAT }}" >
~/.npmrc
- name: install react
run: npm i react
Expand Down

0 comments on commit 258776e

Please sign in to comment.