From 9825df6a89efa54afd362e7489160e8de8303562 Mon Sep 17 00:00:00 2001 From: Christian Tosta Date: Fri, 18 Apr 2025 05:47:19 -0300 Subject: [PATCH] Testing Workflow --- .github/workflows/build-rpm.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-rpm.yml b/.github/workflows/build-rpm.yml index 5a00269..415fd0e 100644 --- a/.github/workflows/build-rpm.yml +++ b/.github/workflows/build-rpm.yml @@ -3,8 +3,10 @@ name: Build RPM Package on: push: branches: [ workflows ] + tags: '*.*.*' pull_request: branches: [ workflows ] + tags: '*.*.*' jobs: build-rpm: @@ -46,12 +48,12 @@ jobs: build/CPackConfig.cmake) \ " >> $GITHUB_ENV - - name: Push Git Tag - run: | - git config user.name "GitHub Actions" - git config user.email "github-actions@users.noreply.github.com" - git tag ${PKG_VERSION} - git push origin ${PKG_VERSION} +# - name: Push Git Tag +# run: | +# git config user.name "GitHub Actions" +# git config user.email "github-actions@users.noreply.github.com" +# git tag ${PKG_VERSION} +# git push origin ${PKG_VERSION} - name: Copy SOURCES and SPEC file run: |