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'
|
if: github.event_name != 'pull_request'
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
automatic_release_tag: preview
|
automatic_release_tag: 10.8/preview
|
||||||
prerelease: true
|
prerelease: true
|
||||||
title: intro-skipper-${{ env.GIT_HASH }}
|
title: intro-skipper-${{ env.GIT_HASH }}
|
||||||
files: |
|
files: |
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v2.0.4
|
uses: softprops/action-gh-release@v2.0.4
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
with:
|
with:
|
||||||
tag_name: preview
|
tag_name: 10.8/preview
|
||||||
name: intro-skipper-${{ env.GIT_HASH }}
|
name: intro-skipper-${{ env.GIT_HASH }}
|
||||||
append_body: true
|
append_body: true
|
||||||
body: |
|
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
|
uses: 8bitDream/action-github-releases@v1.0.0
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
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
|
prerelease: false
|
||||||
title: v${{ github.event.inputs.version }}
|
title: v${{ github.event.inputs.version }}
|
||||||
files: |
|
files: |
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
- name: Publish release notes
|
- name: Publish release notes
|
||||||
uses: softprops/action-gh-release@v2.0.4
|
uses: softprops/action-gh-release@v2.0.4
|
||||||
with:
|
with:
|
||||||
tag_name: v${{ github.event.inputs.version }}
|
tag_name: 10.8/v${{ github.event.inputs.version }}
|
||||||
name: v${{ github.event.inputs.version }}
|
name: v${{ github.event.inputs.version }}
|
||||||
append_body: true
|
append_body: true
|
||||||
body: |
|
body: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user