Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ jobs:
merge-multiple: true

- name: Prepare a release
uses: softprops/[email protected].3
uses: softprops/[email protected].4
with:
generate_release_notes: true
body: |
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
await script({ core, github, context });

- name: Update unstable release
uses: softprops/[email protected].3
uses: softprops/[email protected].4
with:
name: "Unstable build"
tag_name: unstable
Expand Down
Loading