Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #240 from WordPress/update-release-plugin-workflow
Browse files Browse the repository at this point in the history
Ensure we push the commit that bumps the version to origin branch in `release-plugin` workflow
  • Loading branch information
SantosGuillamot committed Jun 1, 2023
2 parents 919fbb4 + 16327eb commit 48956c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
git add wp-directives.php package.json package-lock.json
git commit -m "Bump plugin version to ${{ steps.get_version.outputs.new_version }}"
git push
git push --set-upstream origin main-wp-directives-plugin
echo "version_bump_commit=$(git rev-parse --verify --short HEAD)" >> $GITHUB_OUTPUT
build:
Expand Down

0 comments on commit 48956c9

Please sign in to comment.