mirror of
https://github.com/tornadocash/tornado-governance
synced 2024-02-02 14:53:55 +01:00
update ci
This commit is contained in:
parent
d6fce4610f
commit
90ca349c4b
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -54,9 +54,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
[ ${{ steps.vars.outputs.version }} = $(grep '"version":' package.json | grep -o "[0-9.]*") ] || (echo "Git tag doesn't match version in package.json" && false)
|
[ ${{ steps.vars.outputs.version }} = $(grep '"version":' package.json | grep -o "[0-9.]*") ] || (echo "Git tag doesn't match version in package.json" && false)
|
||||||
|
|
||||||
- name: Publish to npm
|
|
||||||
run: npm publish
|
|
||||||
|
|
||||||
- name: Create GitHub Release Draft
|
- name: Create GitHub Release Draft
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user