From 46bd3f1e605d7ff1f7191fd1fe0e46aeb73bac29 Mon Sep 17 00:00:00 2001 From: Vishnu Atrai Date: Tue, 13 Aug 2024 22:14:08 +0400 Subject: [PATCH] generate upload artifacts --- .github/workflows/main.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index fb60ed2..0e6136c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -9,14 +9,14 @@ jobs: - name: checkout uses: actions/checkout@v2 - - name: increment tag - id: increment-tag - uses: vishnuatrai-labs/increment-git-tag@main - with: - version-type: patch + # - name: increment tag + # id: increment-tag + # uses: vishnuatrai-labs/increment-git-tag@main + # with: + # version-type: patch - - name: get the new version - run: echo "New version is available ${{ steps.increment-tag.outputs.new-version }}" + # - name: get the new version + # run: echo "New version is available ${{ steps.increment-tag.outputs.new-version }}" - name: generate artifact file run: mkdir -p artifacts_files && echo "Generating artifact file" >> artifacts_files/test.txt