Skip to content

Commit

Permalink
Bump version and fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk committed Aug 12, 2023
1 parent 8b7d7d8 commit 2b8f8f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: 🚀 Test package
run: pnpm test
- name: 🚀 Publish package
run: pnpm publish --access public --publish-branch ${{ github.head_ref }} --no-git-checks --provenance
run: pnpm publish --access public --no-git-checks --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: 🚀 Test package
run: pnpm test
- name: 🚀 Publish package
run: pnpm publish --access public --publish-branch ${{ github.head_ref }} --no-git-checks --provenance
run: pnpm publish --access public --no-git-checks --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@igorkowalczyk/repl-uptime",
"description": "🤙 Don't let your repl go to sleep! Create a http server with just few lines of code and keep pinging it!",
"version": "1.5.0",
"version": "1.5.1",
"author": "Igor Kowalczyk",
"license": "MIT",
"repository": "IgorKowalczyk/repl-uptime",
Expand Down

0 comments on commit 2b8f8f6

Please sign in to comment.