Skip to content

Commit

Permalink
fix: remove git switch before semver
Browse files Browse the repository at this point in the history
  • Loading branch information
zckv committed Aug 8, 2023
1 parent 552ccd3 commit 3ffda96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ runs:
run: |
export WPATH=${WPATH:=$GITHUB_WORKSPACE}
cd "$WPATH"
git switch $BRANCH
git config user.name $(echo $AUTHOR | cut -d ' ' -f1)
git config user.email $(echo $AUTHOR | cut -d ' ' -f2)
echo "old_sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 3ffda96

Please sign in to comment.