Update .gitea/workflows/build_and_puplish.yml
/ build_and_publish (push) Failing after 21s

This commit is contained in:
2025-01-08 09:16:55 +00:00
parent b35fdb5876
commit 6e36171602
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
uses: ramonpaolo/bump-version@v2.3.1 uses: ramonpaolo/bump-version@v2.3.1
with: 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) 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' branch_to_push: 'main'
- name: Install NPM Packages - name: Install NPM Packages
run: npm i run: npm i