From af6b21a428e6411f5c1f483fbe40bb3f3564b18b Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Wed, 24 Feb 2021 14:36:39 +1100 Subject: [PATCH] Update latest_develop tag --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0dd3b911a..c343fa522 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,6 +86,10 @@ jobs: with: 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' }} @@ -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: |