Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisChabot committed Apr 21, 2021
1 parent 8aa0dbe commit 20fec5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2

- name: Make sure versions match
run: "[[ \"$(jq -r .version test.json)\" == \"${{ github.event.release.tag_name }}\" ]]"
run: "[[ \"$(jq -r .version package.json)\" == \"${{ github.event.release.tag_name }}\" ]]"

- name: Use Node.js 15.x
uses: actions/setup-node@v2
Expand Down

0 comments on commit 20fec5a

Please sign in to comment.