mirror of
https://github.com/ekaaty/ca-certificates-brazil.git
synced 2025-12-06 01:22:38 -03:00
Updated auto-tagging workflow
This commit is contained in:
3
.github/workflows/auto-tag.yml
vendored
3
.github/workflows/auto-tag.yml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 3 * * *'
|
- cron: '30 3 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create-tag:
|
create-tag:
|
||||||
@@ -36,5 +37,5 @@ jobs:
|
|||||||
if: steps.tagged.outputs.tagged == 0
|
if: steps.tagged.outputs.tagged == 0
|
||||||
run: |
|
run: |
|
||||||
git tag ${NEW_TAG} \
|
git tag ${NEW_TAG} \
|
||||||
&& git push origin ${NEW_TAG}) \
|
&& git push origin ${NEW_TAG} \
|
||||||
|| exit 0
|
|| exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user