Updated auto-tagging workflow

This commit is contained in:
Christian Tosta
2025-04-18 11:01:33 -03:00
parent a008f27813
commit 0e6cc7f9a4

View File

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