Skip to content

Commit

Permalink
ci: use evm tag for releases (#721)
Browse files Browse the repository at this point in the history
* Fix branch

* TMP

* Fix package version

* No bail

* Use only on develop & release
  • Loading branch information
sebastijankuzner authored Oct 1, 2024
1 parent c893ce9 commit 2d57b9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
on:
push:
branches:
- "evm"
- "develop"

jobs:
build:
Expand Down Expand Up @@ -148,12 +148,12 @@ jobs:

- name: Publish to NPM
run: |
pnpm run release -- --publish-branch=develop --tag=alpha --no-git-checks
pnpm run release -- --publish-branch=develop --tag=evm --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Set dist-tag latest
run: |
bash ./scripts/dist-tag-latest.sh
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# - name: Set dist-tag latest
# run: |
# bash ./scripts/dist-tag-latest.sh
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion packages/crypto-signature-ecdsa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-signature-ecdsa",
"version": "0.0.1-alpha.20",
"version": "0.0.1-evm.3",
"description": "Elliptic Curve Cryptography (ECDSA) signatures for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down

0 comments on commit 2d57b9e

Please sign in to comment.