Skip to content

Commit

Permalink
[patch] no local tags
Browse files Browse the repository at this point in the history
  • Loading branch information
manquer committed May 28, 2024
1 parent d9d7956 commit e8d6a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
if: contains(github.actor,'bot') == false
run: |
cd ${WORKSPACE}
npm version ${VERSION}
npm version ${VERSION} --no-git-tag-version
npx auto-changelog -t keepachangelog -p -u
cd ${ACTION_PATH}
node ${ACTION_PATH}/dist/index.js
Expand Down

0 comments on commit e8d6a65

Please sign in to comment.