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 88bda34 commit f80f4afCopy full SHA for f80f4af
.github/workflows/deploy-plugins.yml
@@ -198,7 +198,7 @@ jobs:
198
199
- name: Upload release assets
200
if: steps.artifact-existence.outputs.exists == 'true'
201
- uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
+ uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2
202
with:
203
files: |
204
./build/dist/${{ matrix.plugin }}.zip
0 commit comments