Skip to content

Commit

Permalink
Merge pull request #899 from quarkus-qe/dependabot/github_actions/ad-…
Browse files Browse the repository at this point in the history
…m/github-push-action-0.8.0

Bump ad-m/github-push-action from 0.6.0 to 0.8.0
  • Loading branch information
michalvavrik authored Oct 18, 2023
2 parents c6985c4 + 83742f2 commit 1a1ed2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
git rebase release
mvn -B release:perform -DskipITs -Prelease,framework -s maven-settings.xml
- name: Push changes to ${{github.base_ref}}
uses: ad-m/github-push-action@v0.6.0
uses: ad-m/github-push-action@v0.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{github.base_ref}}

- name: Push tags
uses: ad-m/github-push-action@v0.6.0
uses: ad-m/github-push-action@v0.8.0
with:
branch: ${{github.base_ref}}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1a1ed2a

Please sign in to comment.