Testing Workflow

This commit is contained in:
Christian Tosta
2025-04-18 05:47:19 -03:00
parent 5cf34fb6e7
commit 9825df6a89

View File

@@ -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: |