Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
juno7803 committed Oct 29, 2023
1 parent f3d083d commit 31eb14f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,18 @@ jobs:
run: |
echo $NPM_TOKEN
echo $NODE_AUTH_TOKEN
cat .npmrc
cat /home/runner/work/_temp/.npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
run: |
echo $NPM_TOKEN
echo $NODE_AUTH_TOKEN
cat /home/runner/work/_temp/.npmrc
with:
publish: yarn publish-packages
env:
Expand Down

0 comments on commit 31eb14f

Please sign in to comment.