Skip to content

Commit

Permalink
ci: add publish tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbae0 committed Mar 23, 2024
1 parent bd5e5d3 commit f1f90b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
git_commit_sha: ${{ github.sha }}
git_tag_prefix: "v"
- name: Publish to Github Registry
run: pnpm run publish from-package --yes
run: pnpm run publish from-package --yes --no-verify-access
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
Expand Down

0 comments on commit f1f90b8

Please sign in to comment.