Skip to content

Commit

Permalink
support v1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed May 10, 2024
1 parent 95b8b72 commit 5229d48
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,12 @@ jobs:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true
generateReleaseNotes: true
- name: Git config
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Tag new target
run: git tag -f v1 ${{ github.ref }}
- name: Push new tag
run: git push origin v1 --force

0 comments on commit 5229d48

Please sign in to comment.