Skip to content

Commit ed75f71

Browse files
authored
Merge pull request #13 from Staffbase/remove-set-output
remove set-output and bump gha-workflow
2 parents 0e61491 + 9fe34c2 commit ed75f71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
update_release_draft:
10-
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v1.8.0
10+
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v1.12.0

fetchTags.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ if [[ "$currentTag" =~ $TAG_MATCHER ]]; then
2727
paste -sd, -)
2828
fi
2929

30-
echo "::set-output name=tIDs::$tickets"
31-
echo "::set-output name=tagName::$currentTag"
30+
echo "tIDs=$tickets" >> $GITHUB_OUTPUT
31+
echo "tagName=$currentTag" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)