mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Make scripts release-proof again
This commit is contained in:
parent
a578ee7213
commit
ac6567ba59
3 changed files with 55 additions and 6 deletions
8
.github/workflows/build-and-release.yml
vendored
8
.github/workflows/build-and-release.yml
vendored
|
|
@ -63,10 +63,10 @@ jobs:
|
|||
cp LICENSE packages/safe-chain/
|
||||
cp -r docs packages/safe-chain/
|
||||
|
||||
# - name: Publish to npm
|
||||
# run: |
|
||||
# echo "Publishing version ${{ steps.get_version.outputs.tag }} to NPM"
|
||||
# npm publish --workspace=packages/safe-chain --access public --provenance
|
||||
- name: Publish to npm
|
||||
run: |
|
||||
echo "Publishing version ${{ steps.get_version.outputs.tag }} to NPM"
|
||||
npm publish --workspace=packages/safe-chain --access public --provenance
|
||||
|
||||
- name: Download all binary artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue