mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Update latest_develop tag
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -87,6 +87,10 @@ jobs:
|
|||||||
name: stash-linux
|
name: stash-linux
|
||||||
path: dist/stash-linux
|
path: dist/stash-linux
|
||||||
|
|
||||||
|
- name: Update latest_develop tag
|
||||||
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
||||||
|
run : git tag -f latest_develop; git push -f --tags
|
||||||
|
|
||||||
- name: Development Release
|
- name: Development Release
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
|
||||||
uses: meeDamian/github-release@2.0
|
uses: meeDamian/github-release@2.0
|
||||||
@@ -95,7 +99,6 @@ jobs:
|
|||||||
prerelease: true
|
prerelease: true
|
||||||
allow_override: true
|
allow_override: true
|
||||||
tag: latest_develop
|
tag: latest_develop
|
||||||
commitish: develop
|
|
||||||
name: "${{ env.STASH_VERSION }}: Latest development build"
|
name: "${{ env.STASH_VERSION }}: Latest development build"
|
||||||
body: "**${{ env.RELEASE_DATE }}**\n This is always the latest committed version on the develop branch. Use as your own risk!"
|
body: "**${{ env.RELEASE_DATE }}**\n This is always the latest committed version on the develop branch. Use as your own risk!"
|
||||||
files: |
|
files: |
|
||||||
|
|||||||
Reference in New Issue
Block a user