Skip to content

Commit

Permalink
update publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Apr 6, 2024
1 parent 339b9af commit 67d8c79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
submodules/wireguard-go/go.sum
- run: pnpm check
- run: pnpm build
# - run: pnpm test
- run: pnpm publish
- run: pnpm test
# FIXME: get rid of --no-git-checks
- run: pnpm publish --no-git-checks
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,6 +1,6 @@
{
"name": "the-wireguard-effect",
"version": "0.0.1-alpha.16",
"version": "0.0.1-alpha.17",
"description": "Cross platform userspace wireguard api client for nodejs built on wireguard-go with effect-ts",
"keywords": [
"wireguard",
Expand Down

0 comments on commit 67d8c79

Please sign in to comment.