Skip to content

Commit

Permalink
Merge pull request #109 from seamapi/fix_releases
Browse files Browse the repository at this point in the history
Fix npm and github versions discrepancy
  • Loading branch information
kainpets authored Feb 29, 2024
2 parents 83282ef + b14ac24 commit 236f438
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
- name: Install jq
run: sudo apt-get install jq

- name: Install pver and create new release
run: |
npm install -g pver
pver release
env:
NODE_AUTH_TOKEN: ${{ secrets.SEAMAPI_NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}

- name: Get the version from package.json
run: |
export VERSION_TAG=$(jq -r '.version' package.json)
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit 236f438

Please sign in to comment.