From b913f916a8e0053a02545bb0b53c3ea601da0dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A7=D9=85=DB=8C=D8=B1=20=D8=AD=D8=A7=D8=AC=DB=8C=20?= =?UTF-8?q?=D8=B9=D9=84=DB=8C=20=D8=AE=D9=85=D8=B3=D9=87=D8=A1?= Date: Tue, 5 Jan 2021 15:47:03 +0330 Subject: [PATCH] update build action for g1.* for full-describe-gns3 --- .github/workflows/latex.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 732422a..a9a4ae4 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -2,7 +2,7 @@ name: Build resource CI on: push: - tags: [ v*, 1.* ] + tags: [ g1.* ] # branches: [ master ] # pull_request: # branches: [ master ] @@ -27,9 +27,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: Release for GNS3 ${{ github.ref }} draft: false - prerelease: false + prerelease: true - name: Build the Latex run: |