Add proprietary tag for 10.8 branch

This commit is contained in:
TwistedUmbrellaX 2024-04-04 09:26:32 -04:00
parent ab6c2de227
commit 41d0dd3f30
2 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ jobs:
if: github.event_name != 'pull_request'
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: preview
automatic_release_tag: 10.8/preview
prerelease: true
title: intro-skipper-${{ env.GIT_HASH }}
files: |
@ -74,7 +74,7 @@ jobs:
uses: softprops/action-gh-release@v2.0.4
if: github.event_name != 'pull_request'
with:
tag_name: preview
tag_name: 10.8/preview
name: intro-skipper-${{ env.GIT_HASH }}
append_body: true
body: |

View File

@ -61,7 +61,7 @@ jobs:
uses: 8bitDream/action-github-releases@v1.0.0
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: v${{ github.event.inputs.version }}
automatic_release_tag: 10.8/v${{ github.event.inputs.version }}
prerelease: false
title: v${{ github.event.inputs.version }}
files: |
@ -70,7 +70,7 @@ jobs:
- name: Publish release notes
uses: softprops/action-gh-release@v2.0.4
with:
tag_name: v${{ github.event.inputs.version }}
tag_name: 10.8/v${{ github.event.inputs.version }}
name: v${{ github.event.inputs.version }}
append_body: true
body: |