Skip to content

Commit

Permalink
chore: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored Feb 20, 2025
1 parent 46df91e commit 8bc262a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,4 @@ jobs:
author-name: ${{ secrets.SOCIALGROOVYBOT_NAME }}
author-email: ${{ secrets.SOCIALGROOVYBOT_EMAIL }}

- name: Create tag v1
run: |
git config --global user.name "${{ secrets.SOCIALGROOVYBOT_NAME }}"
git config --global user.email "${{ secrets.SOCIALGROOVYBOT_EMAIL }}"
git remote set-url origin [email protected]:SocialGouv/dashlord-actions.git
git tag -d v1
git tag v1
git push origin v1

0 comments on commit 8bc262a

Please sign in to comment.