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:
schedule:
- cron: '30 3 * * *'
workflow_dispatch:
jobs:
create-tag:
@@ -36,5 +37,5 @@ jobs:
if: steps.tagged.outputs.tagged == 0
run: |
git tag ${NEW_TAG} \
&& git push origin ${NEW_TAG}) \
&& git push origin ${NEW_TAG} \
|| exit 0