Skip to content

Commit e2cbbac

Browse files
committed
chore: bump action/try overwriting release
1 parent 52e3886 commit e2cbbac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
nohup make serve &
4141
sleep 3
4242
- name: Release tag
43-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
43+
uses: softprops/action-gh-release@v3.0.1
4444
if: startsWith(github.ref, 'refs/tags/')
4545
with:
4646
draft: true
@@ -50,7 +50,7 @@ jobs:
5050
db.sqlite3
5151
generate_release_notes: true
5252
- name: Release master
53-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
53+
uses: softprops/action-gh-release@v3.0.1
5454
if: github.ref == 'refs/heads/master'
5555
with:
5656
draft: true

0 commit comments

Comments
 (0)