Add proprietary tag for 10.8 branch
This commit is contained in:
parent
ab6c2de227
commit
41d0dd3f30
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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: |
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user