Skip to content

Commit

Permalink
update publish workflow and package version again
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Apr 7, 2024
1 parent cd136cb commit 50075cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ jobs:
with:
node-version: "18.x"
registry-url: "https://npm.pkg.github.com/"
- run: pnpm check
- run: pnpm build
- run: pnpm test
- run: npm init -y --scope ${{ github.repository_owner }}
- run: pnpm build
- run: pnpm publish --no-git-checks --access public --registry https://npm.pkg.github.com/
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_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.17",
"version": "0.0.1-alpha.18",
"description": "Cross platform userspace wireguard api client for nodejs built on wireguard-go with effect-ts",
"keywords": [
"wireguard",
Expand Down

0 comments on commit 50075cf

Please sign in to comment.