Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Jan 20, 2024
1 parent 6f0ed28 commit e4115cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
version: latest
- run: pnpm install
- run: pnpm test
- run: git config --global user.email "bot@example.com"
- run: git config --global user.name "Github Action"
- run: |
pnpm version prerelease --no-git-tag-version \
--preid=`git rev-parse --short HEAD`
git config --global user.name "Github Action"
git commit package.json -m "next tag"
pnpm publish --tag next
env:
Expand Down

0 comments on commit e4115cf

Please sign in to comment.