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.
1 parent 561c71c commit de0d463Copy full SHA for de0d463
.github/workflows/backend-release-pr.yml
@@ -19,6 +19,7 @@ on:
19
permissions:
20
contents: write
21
pull-requests: write
22
+ issues: write
23
24
jobs:
25
releaseIt:
@@ -98,4 +99,4 @@ jobs:
98
99
- name: Show PR link
100
if: ${{ steps.cpr.outputs.pull-request-url }}
101
run: |
- echo "Backend Release v${{ steps.package-version.outputs.current-version}}' pull request - ${{ steps.cpr.outputs.pull-request-url }}"
102
+ echo "Backend Release v${{ steps.package-version.outputs.current-version}}' pull request - ${{ steps.cpr.outputs.pull-request-url }}"
0 commit comments