Skip to content

Commit e560308

Browse files
committed
Create snapshot release for each commit
1 parent 95b22c8 commit e560308

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,15 @@ jobs:
4848
name: plugin
4949
path: plugin.zip
5050

51-
- name: Create GitHub Release
51+
- name: Create Snapshot Release
52+
uses: softprops/action-gh-release@v2
53+
with:
54+
files: plugin.zip
55+
name: snapshot
56+
prerelease: true
57+
tag_name: snapshot
58+
59+
- name: Create Stable Release
5260
if: startsWith(github.ref, 'refs/tags/v')
5361
uses: softprops/action-gh-release@v2
5462
with:

0 commit comments

Comments
 (0)