Skip to content

Commit

Permalink
ci: debug npm package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Nov 1, 2021
1 parent a1f98c1 commit 6e52013
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
SCOOP_BUCKET_GITHUB_TOKEN: ${{ secrets.SCOOP_BUCKET_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Debug package.json
run: cat package.json
2 changes: 1 addition & 1 deletion utils/set-npm-version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
version=$1
cat package.json | jq ".version = \"$version\"" > package.json
cat package.json

0 comments on commit 6e52013

Please sign in to comment.