mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Use "beta" as tag
This commit is contained in:
parent
6d449d63c8
commit
22b93e91f6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
- name: Publish to npm
|
- name: Publish to npm
|
||||||
run: |
|
run: |
|
||||||
echo "Publishing version ${{ needs.set-version.outputs.version }} to NPM"
|
echo "Publishing version ${{ needs.set-version.outputs.version }} to NPM"
|
||||||
npm publish --workspace=packages/safe-chain --access public --provenance --tag ${{ needs.set-version.outputs.version }}
|
npm publish --workspace=packages/safe-chain --access public --provenance --tag beta
|
||||||
|
|
||||||
- name: Download all binary artifacts
|
- name: Download all binary artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue