Skip to content

Commit

Permalink
chore(ci): skip if-publishable in publish-v1 (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Jun 6, 2022
1 parent c234036 commit 0761f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-v1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish
name: publish-v1

on:
workflow_run:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: publish npm release
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > $HOME/.npmrc
pnpm release
pnpm release:latest
rm $HOME/.npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 0761f4d

Please sign in to comment.