From fdb5cd98ea80afa575441412452c9d6e8fa3da2e Mon Sep 17 00:00:00 2001 From: Griefed <griefed@griefed.de> Date: Sun, 2 Mar 2025 12:35:56 +0100 Subject: [PATCH] ci: Update develop tag before updating develop release --- .github/workflows/devbuild.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/devbuild.yml b/.github/workflows/devbuild.yml index 27c5963e..7a7a805a 100644 --- a/.github/workflows/devbuild.yml +++ b/.github/workflows/devbuild.yml @@ -76,6 +76,13 @@ jobs: # files: | # continuous/* + - name: Update develop + uses: richardsimko/update-tag@v1 + with: + tag_name: develop + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - uses: ncipollo/release-action@v1 with: allowUpdates: 'true' -- GitLab