We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e61491 + 9fe34c2 commit ed75f71Copy full SHA for ed75f71
.github/workflows/release.yml
@@ -7,4 +7,4 @@ on:
7
8
jobs:
9
update_release_draft:
10
- uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v1.8.0
+ uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v1.12.0
fetchTags.sh
@@ -27,5 +27,5 @@ if [[ "$currentTag" =~ $TAG_MATCHER ]]; then
27
paste -sd, -)
28
fi
29
30
-echo "::set-output name=tIDs::$tickets"
31
-echo "::set-output name=tagName::$currentTag"
+echo "tIDs=$tickets" >> $GITHUB_OUTPUT
+echo "tagName=$currentTag" >> $GITHUB_OUTPUT
0 commit comments