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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ workflows ]
|
branches: [ workflows ]
|
||||||
|
tags: '*.*.*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ workflows ]
|
branches: [ workflows ]
|
||||||
|
tags: '*.*.*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-rpm:
|
build-rpm:
|
||||||
@@ -46,12 +48,12 @@ jobs:
|
|||||||
build/CPackConfig.cmake) \
|
build/CPackConfig.cmake) \
|
||||||
" >> $GITHUB_ENV
|
" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Push Git Tag
|
# - name: Push Git Tag
|
||||||
run: |
|
# run: |
|
||||||
git config user.name "GitHub Actions"
|
# git config user.name "GitHub Actions"
|
||||||
git config user.email "github-actions@users.noreply.github.com"
|
# git config user.email "github-actions@users.noreply.github.com"
|
||||||
git tag ${PKG_VERSION}
|
# git tag ${PKG_VERSION}
|
||||||
git push origin ${PKG_VERSION}
|
# git push origin ${PKG_VERSION}
|
||||||
|
|
||||||
- name: Copy SOURCES and SPEC file
|
- name: Copy SOURCES and SPEC file
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user