mirror of
https://github.com/ekaaty/ca-certificates-brazil.git
synced 2025-12-06 01:22:38 -03:00
Testing Workflow
This commit is contained in:
14
.github/workflows/build-rpm.yml
vendored
14
.github/workflows/build-rpm.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user