Skip to content

Commit

Permalink
Merge pull request #1578 from simonbaird/release-order-tweak
Browse files Browse the repository at this point in the history
Publish versioned release after snapshot release
  • Loading branch information
simonbaird authored May 1, 2024
2 parents 003ad7f + 33af162 commit e091aca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,6 @@ jobs:
git push -f --tags
- name: Versioned release
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
with:
name: ${{ steps.add_tags.outputs.tag_name }}
tag_name: ${{ steps.add_tags.outputs.tag_name }}
generate_release_notes: false
files: dist/*

- name: Rolling release
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
with:
Expand All @@ -181,3 +173,11 @@ jobs:
tag_name: snapshot
generate_release_notes: false
files: dist/*

- name: Versioned release
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
with:
name: ${{ steps.add_tags.outputs.tag_name }}
tag_name: ${{ steps.add_tags.outputs.tag_name }}
generate_release_notes: false
files: dist/*

0 comments on commit e091aca

Please sign in to comment.