Skip to content

Commit 91611c0

Browse files
authored
fix wrong tag in nightly releases
1 parent 5592bd0 commit 91611c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
uses: softprops/action-gh-release@v2
117117
with:
118118
name: "Azahar AppImage Nightly ${{ env.APP_VERSION }}"
119-
tag_name: "${{ env.APP_VERSION }}"
119+
tag_name: "nightly"
120120
prerelease: true
121121
draft: false
122122
generate_release_notes: false

0 commit comments

Comments
 (0)