Skip to content

Commit

Permalink
gh workflow iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
samifouad committed Aug 6, 2024
1 parent 4481f9b commit 65afbac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ jobs:
git config --global user.signingkey /tmp/id_rsa
git add .
git commit -m 'automated version bump'
git tag ${{ github.ref_name }} -m 'automated version bump'
git push
git tag ${{ github.ref_name }} -m 'automated version bump to ${{ github.ref_name }}'
git push --follow-tags
- name: stop action
run: |
Expand Down

0 comments on commit 65afbac

Please sign in to comment.