Skip to content

Commit 6284d34

Browse files
committed
fix softprops/action-gh-release issue
by fixing to a previous version. softprops/action-gh-release#628
1 parent bbcec60 commit 6284d34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
overwrite: true
111111

112112
- name: Release
113-
uses: softprops/action-gh-release@v2
113+
uses: softprops/action-gh-release@v2.2.2
114114
if: startsWith(github.ref, 'refs/tags/')
115115
with:
116116
files: dist/*.dawn.node

0 commit comments

Comments
 (0)