Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

Commit

Permalink
fix(ci): fixes type that removed last step of ci
Browse files Browse the repository at this point in the history
Signed-off-by: andrew <andrew@textile.io>
  • Loading branch information
andrewxhill committed Apr 16, 2020
1 parent 805ce0e commit bdef646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: |
json -I -f package.json -e 'this.version=("${{ steps.latesttag.outputs.tag }}").replace("v", "")'
json -I -f package.json -e 'this.version=("${{ steps.latesttag.outputs.tag }}").replace("v", "")'
npm publish --access=public

0 comments on commit bdef646

Please sign in to comment.