Skip to content

Commit

Permalink
Fix publication workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanm authored Aug 25, 2024
1 parent bdeb91c commit 31bf09e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ jobs:
tag:
name: Publish vX and vX.Y tags
runs-on: ubuntu-latest
if: ${{ github.event.release.prerelease == false && github.event.release.draft == false }}
permissions:
contents: write # Required to push new tags !
contents: write # Required to manage tags & releases !
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}
fetch-depth: 0

- name: Generate vX and vX.Y tags
uses: ./
with:
tag: ${{ github.event.release.tag_name }}
update-inner-releases: true

0 comments on commit 31bf09e

Please sign in to comment.