Skip to content

Commit

Permalink
ci: use pleb@6
Browse files Browse the repository at this point in the history
  • Loading branch information
idoros committed Sep 21, 2023
1 parent 59f78de commit 34c315a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
cache: npm
- run: npm ci
- run: npm run build
- run: npx pleb@5 publish --tag next
- run: npx pleb@6 publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
cache: npm
- run: npm ci
- run: npm run build
- run: npx pleb@5 publish
- run: npx pleb@6 publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
cache: npm
- run: npm ci
- run: npm run build
- run: npx pleb@5 publish --tag ${{ github.event.inputs.tag }}
- run: npx pleb@6 publish --tag ${{ github.event.inputs.tag }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 34c315a

Please sign in to comment.