Skip to content

Commit

Permalink
ci: add env
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbae0 committed Mar 22, 2024
1 parent 2b845fb commit e8a58f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ jobs:
run: |
CURRENT_VERSION=$(node -p 'require("./lerna.json").version')
echo "CURRENT_VERSION=${CURRENT_VERSION}" >> $GITHUB_ENV
- name: Publish to Github Registry
- name: Publish to dGithub Registry
run: pnpm run publish from-package --yes
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
with:
persist-credentials: false
Expand Down

0 comments on commit e8a58f4

Please sign in to comment.