Skip to content

Commit

Permalink
fix publish package action
Browse files Browse the repository at this point in the history
  • Loading branch information
TaTo30 committed Jan 3, 2024
1 parent 7a03e11 commit 9154746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish-package-npm
name: publish-npm-package

on:
release:
Expand All @@ -15,7 +15,7 @@ jobs:
force-depth: 0

- name: Setup NodeJS
uses: actions/setup_node@v4
uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org
Expand All @@ -25,7 +25,7 @@ jobs:

- name: Run Tests
run: npm run test

- name: Publish packages
run: npm run publish
env:
Expand Down

0 comments on commit 9154746

Please sign in to comment.