Skip to content

Commit

Permalink
Create another release for stable, along with tag_stable and vers…
Browse files Browse the repository at this point in the history
…ion. (ho-dev#2136)
  • Loading branch information
tychobrailleur authored Aug 28, 2024
1 parent 6319bfd commit 416b6e8
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,16 @@ jobs:
body_path: docs/md/release_notes.md
target_commitish: ${{ steps.read_version_properties.outputs.branch }}
prerelease: ${{ steps.read_version_properties.outputs.tag != 'tag_stable' }}
- name: If 'tag_stable' release, also create 'stable' tag
- name: Create `stable` release if `tag_stable` release
if: ${{ steps.read_version_properties.outputs.tag == 'tag_stable' }}
uses: rickstaa/[email protected]
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
tag: stable
tag_exists_error: false
force_push_tag: true
files: |
build/artefacts/**
name: ${{ steps.read_version_properties.outputs.version }}
tag_name: stable
body_path: docs/md/release_notes.md
target_commitish: ${{ steps.read_version_properties.outputs.branch }}
prerelease: false

0 comments on commit 416b6e8

Please sign in to comment.