Update latest_develop tag

This commit is contained in:
WithoutPants
2021-02-24 14:36:39 +11:00
committed by GitHub
parent 8ec25ef161
commit af6b21a428

View File

@@ -87,6 +87,10 @@ jobs:
name: 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
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
uses: meeDamian/github-release@2.0
@@ -95,7 +99,6 @@ jobs:
prerelease: true
allow_override: true
tag: latest_develop
commitish: develop
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!"
files: |