Skip to content

Commit

Permalink
Merge pull request #11 from ZeroGachis/develop
Browse files Browse the repository at this point in the history
dev to main
  • Loading branch information
ulricden authored Jun 24, 2024
2 parents 78cda04 + d27c0df commit 28bb039
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
registry-url: "https://npm.pkg.github.com"
scope: "@zerogachis"

- name: install libraries
run: npm ci

- name: Update package version
run: npm version --no-git-tag-version ${{ github.ref_name }}

Expand Down

0 comments on commit 28bb039

Please sign in to comment.