diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 13f7b57..f2c7332 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -9,6 +9,7 @@ on: jobs: release: + name: Release runs-on: ubuntu-latest steps: - name: Checkout repo diff --git a/scripts/release.sh b/scripts/release.sh index f9c419c..82aee11 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -25,4 +25,4 @@ if [ -z "$tagged" ]; then else echo "Tag $tag already exists" -fi \ No newline at end of file +fi