We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1177fe commit 59ac7d7Copy full SHA for 59ac7d7
1 file changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
npm install --production
42
npm run package:ci
43
- name: 'Attach packaged archive to tag release'
44
- uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 #v2.2.0
+ uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda #v2.2.1
45
with:
46
draft: true
47
files: dist/*
0 commit comments