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 094948f + 2d7d572 commit 3ee851dCopy full SHA for 3ee851d
.github/workflows/publish.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Store Environment Variable
49
run: echo "VERSION=v${{ steps.extract_version.outputs.info }}" >> $GITHUB_ENV
50
- name: Download release notes
51
- run: curl -o release-notes.md https://drive.google.com/uc?export=download&id=1LdP8rvPZ9ra4mc4vmv3smcDwVD96Zwn8
+ run: curl -o release-notes.md "https://drive.google.com/uc?export=download&id=1LdP8rvPZ9ra4mc4vmv3smcDwVD96Zwn8" -L
52
- name: Create Tag
53
run: |
54
git config --global user.name "github-actions[bot]"
0 commit comments