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 52e3886 commit e2cbbacCopy full SHA for e2cbbac
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
nohup make serve &
41
sleep 3
42
- name: Release tag
43
- uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
+ uses: softprops/action-gh-release@v3.0.1
44
if: startsWith(github.ref, 'refs/tags/')
45
with:
46
draft: true
@@ -50,7 +50,7 @@ jobs:
50
db.sqlite3
51
generate_release_notes: true
52
- name: Release master
53
54
if: github.ref == 'refs/heads/master'
55
56
0 commit comments