This commit is contained in:
MartinBraquet
2025-08-04 09:56:30 +02:00
parent 7183144d7b
commit 17d2c6aa57
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout repo

View File

@@ -25,4 +25,4 @@ if [ -z "$tagged" ]; then
else
echo "Tag $tag already exists"
fi
fi