Skip to content

Commit

Permalink
pr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirkiviti13 committed Sep 24, 2024
1 parent d13555e commit 9e08b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
readme-filepath: ./README-dockerhub.md
- name: Update tag to latest
run: |
git config --global user.name "Aqua Security"
git config --global user.email "user@aquasec.com"
git config --global url.https://${{ secrets.PR_CREATION_TOKEN }}@github.com/.insteadOf https://github.com/
git tag -f -a ${{ env.new_version }} -m "Update version ${{ env.new_version }} to the latest commit"
git push -f origin refs/tags/${{ env.new_version }}
git config --global url.https://github.com/.insteadOf https://${{ secrets.PR_CREATION_TOKEN }}@github.com/

0 comments on commit 9e08b7d

Please sign in to comment.