Просмотр исходного кода

update latest continuous build tag (#1583)

Le Tan 5 лет назад
Родитель
Сommit
ba205d3648
2 измененных файлов с 16 добавлено и 0 удалено
  1. 8 0
      .github/workflows/ci-linux.yml
  2. 8 0
      .github/workflows/ci-win.yml

+ 8 - 0
.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/[email protected]

+ 8 - 0
.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/[email protected]