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 3bf9385 commit 1b5e238Copy full SHA for 1b5e238
.github/workflows/main.yml
@@ -164,7 +164,7 @@ jobs:
164
if: github.ref_name == 'main'
165
run: |
166
echo "RELEASE_TYPE=snapshot" >> $GITHUB_ENV
167
- echo "RELEASE_ADDR='https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'" >> $GITHUB_ENV
+ echo "RELEASE_ADDR=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
168
169
- name: Set release draft environment
170
if: github.ref_type == 'tag'
0 commit comments