Skip to content

Commit

Permalink
Add proprietary tag for 10.8 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Apr 4, 2024
1 parent ab6c2de commit 41d0dd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 41d0dd3

Please sign in to comment.