Skip to content

Commit 1b5e238

Browse files
committed
fix(ci): Cleanup
1 parent 3bf9385 commit 1b5e238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
if: github.ref_name == 'main'
165165
run: |
166166
echo "RELEASE_TYPE=snapshot" >> $GITHUB_ENV
167-
echo "RELEASE_ADDR='https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'" >> $GITHUB_ENV
167+
echo "RELEASE_ADDR=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
168168
169169
- name: Set release draft environment
170170
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)