Skip to content

Commit

Permalink
fix: for reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
sota1235 committed Oct 10, 2023
1 parent eb50c99 commit 4b725c9
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 @@ -44,7 +44,7 @@ jobs:
npm ci
- name: Extract package-version
run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
run: node -p -e "`PACKAGE_VERSION=${require('./package.json').version}`" >> $GITHUB_ENV

- name: package-version-to-git-tag
uses: pkgdeps/git-tag-action@00821b688297ad5792cf50e6aaa0d4404bec49d0 # v2.0.6
Expand Down

0 comments on commit 4b725c9

Please sign in to comment.