Skip to content

Commit

Permalink
Merge pull request #113 from seamapi/fix_releases
Browse files Browse the repository at this point in the history
add git status for debugging, change npm install to npm ci
  • Loading branch information
kainpets committed Mar 1, 2024
2 parents 519a48c + 9c51446 commit 2004fcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release-publish.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
registry-url: https://registry.npmjs.org/

- name: Install dependencies
run: npm install
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

Expand All @@ -43,6 +43,7 @@ jobs:
- name: Install pver and create new release
run: |
npm install -g pver
git status
pver release
env:
NODE_AUTH_TOKEN: ${{ secrets.SEAMAPI_NPM_TOKEN }}
Expand Down

0 comments on commit 2004fcd

Please sign in to comment.