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 9a811d0 + 51fb232 commit 322b175Copy full SHA for 322b175
.github/workflows/deployment.yml
@@ -38,7 +38,7 @@ jobs:
38
# When v8 is released we can remove this check
39
run: |
40
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
+ echo "create-release=true" >> $GITHUB_OUTPUT
42
fi
43
- name: Make PEP-440 style release on GitHub
44
if: steps.check-tag.outputs.create-release == 'true'
0 commit comments