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 7728464 commit 3bf9385Copy full SHA for 3bf9385
.github/workflows/main.yml
@@ -170,7 +170,7 @@ jobs:
170
if: github.ref_type == 'tag'
171
run: |
172
echo "RELEASE_TYPE=release draft" >> $GITHUB_ENV
173
- echo "RELEASE_ADDR=https://github.com/${{ github.repository }}/releases/" >> $GITHUB_ENV
+ echo "RELEASE_ADDR=${{ steps.github.release.url }}" >> $GITHUB_ENV
174
175
- name: Notify on success
176
if: needs.build.result == 'success' && needs.test.result == 'success' && (needs.release.result == 'success' || github.event_name == 'schedule')
0 commit comments