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 42d5e33 commit b214798Copy full SHA for b214798
.github/workflows/release.yml
@@ -119,7 +119,7 @@ jobs:
119
- # Upload the build artifacts to the release
120
name: Upload the build artifacts to release
121
uses: svenstaro/upload-release-action@v2
122
- if: env.RELEASE_TYPE == 'stable'
+ if: env.RELEASE_TYPE == 'latest'
123
with:
124
repo_token: ${{ secrets.GITHUB_TOKEN }}
125
file: dist/*
0 commit comments