Skip to content

Commit 322b175

Browse files
authored
Merge pull request #6797 from chrisburr/update-gha-v7r3
[v7r3] Remove use of set-output in CI
2 parents 9a811d0 + 51fb232 commit 322b175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# When v8 is released we can remove this check
3939
run: |
4040
if [[ "${{ github.event.ref }}" =~ ^refs/tags/v7r([2-9]|[0-9][0-9]+)(p[0-9]+)?(-pre[0-9]+)?$ ]]; then
41-
echo ::set-output name=create-release::true
41+
echo "create-release=true" >> $GITHUB_OUTPUT
4242
fi
4343
- name: Make PEP-440 style release on GitHub
4444
if: steps.check-tag.outputs.create-release == 'true'

0 commit comments

Comments
 (0)