From ba205d3648a42be1dfb60477903c1ce256c78bdf Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sat, 5 Dec 2020 21:24:10 +0800 Subject: [PATCH] update latest continuous build tag (#1583) --- .github/workflows/ci-linux.yml | 8 ++++++++ .github/workflows/ci-win.yml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index bf57de97..3a750dec 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -117,6 +117,14 @@ jobs: name: vnote-linux-x64_v${{env.VNOTE_VER}} path: ${{runner.workspace}}/build/vnote-linux-x64_v${{env.VNOTE_VER}}.AppImage + - name: Update Tag + if: github.ref == 'refs/heads/master' + uses: EndBug/latest-tag@latest + with: + tag-name: continuous-build + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Update Continuous Build Release if: github.ref == 'refs/heads/master' uses: johnwbyrd/update-release@v1.0.0 diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 294a5118..60297acc 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -105,6 +105,14 @@ jobs: env: DISTRIB_PATH: ${{runner.workspace}}/build/distrib/vnote + - name: Update Tag + if: github.ref == 'refs/heads/master' + uses: EndBug/latest-tag@latest + with: + tag-name: continuous-build + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Update Continuous Build Release if: github.ref == 'refs/heads/master' uses: johnwbyrd/update-release@v1.0.0