Skip to content

Commit

Permalink
fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan committed Jan 15, 2024
1 parent 45c9770 commit ce240b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 17
node-version: 20
- run: yarn
- run: yarn test
- run: yarn buildpackage
- run: yarn buildPackage
- name: Publish package
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexys/headless",
"version": "1.2.0",
"version": "1.2.1",
"license": "AGPL-3.0",
"keywords": [
"typescript",
Expand Down

0 comments on commit ce240b0

Please sign in to comment.