Skip to content

Commit

Permalink
Merge pull request #391 from warrensbox/fix/pull-request
Browse files Browse the repository at this point in the history
rm push changes step
  • Loading branch information
warrensbox authored Apr 25, 2024
2 parents 5115eff + 10001d6 commit fd34685
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
echo ${{ steps.semver-tag-dry.outputs.tag }}
# Push the changes to remote
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: release-${{ steps.semver-tag-dry.outputs.tag }}
# - name: Push changes
# uses: ad-m/github-push-action@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: release-${{ steps.semver-tag-dry.outputs.tag }}

- name: Create Pull Request
id: cpr
Expand Down

0 comments on commit fd34685

Please sign in to comment.