From 6e36171602aab72f8009a0248c3065a3ea8809e5 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 8 Jan 2025 09:16:55 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_puplish.yml --- .gitea/workflows/build_and_puplish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index 22fca9c..95763e2 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -20,7 +20,7 @@ jobs: uses: ramonpaolo/bump-version@v2.3.1 with: tag: ${{ github.ref_name }} # Accessing the context and get the reference_name, that in this case, is the tag that you created(ex: v1.0.0) - commit: true + commit: false branch_to_push: 'main' - name: Install NPM Packages run: npm i