Skip to content

Commit 6e9912d

Browse files
Use correct tag_name field for latest-master
1 parent 96abfcd commit 6e9912d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ jobs:
288288
uses: softprops/action-gh-release@v2
289289
with:
290290
token: "${{ secrets.GITHUB_TOKEN }}"
291+
tag_name: "latest-master"
291292
prerelease: true
292293
generate_release_notes: true
293294
name: "Latest master"

0 commit comments

Comments
 (0)