Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
bin
Browse files Browse the repository at this point in the history
  • Loading branch information
eoussama committed Mar 21, 2024
1 parent 11c5998 commit b7e8c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,13 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
ref: main
ref: build

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'

- name: Installing Dependencies
run: |
corepack enable
pnpm install
env:
CI: true

- name: Publishing Package
run: pnpm publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"license": "Apache-2.0",
"name": "@nakamaorg/langkama",
"packageManager": "[email protected]",
Expand Down

0 comments on commit b7e8c68

Please sign in to comment.