Skip to content

Commit

Permalink
Acton Path
Browse files Browse the repository at this point in the history
  • Loading branch information
manquer committed Apr 8, 2024
1 parent dc467dc commit 9aba50b
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 @@ -50,7 +50,7 @@ runs:
if: contains(github.actor,'bot') == false
run: |
npm install -g auto-changelog
mv ${ACTION_PATH}/index.js ${WORKSPACE}/_release.js
cp ${ACTION_PATH}/index.js ${WORKSPACE}/_release.js
cd ${WORKSPACE}
npm version ${VERSION}
auto-changelog -t keepachangelog -p -u
Expand Down

0 comments on commit 9aba50b

Please sign in to comment.