Skip to content

Commit 896cec5

Browse files
committed
Publish a release , not draft
1 parent 264601f commit 896cec5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/flatpak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
flatpak:
99
permissions:
1010
contents: write
11-
11+
1212
name: "Flatpak"
1313
runs-on: ubuntu-latest
1414
container:
@@ -29,7 +29,7 @@ jobs:
2929
uses: softprops/action-gh-release@v2
3030
if: ${{ startsWith(github.ref, 'refs/tags/') }}
3131
with:
32-
draft: true
32+
draft: false
3333
files: |
3434
*.flatpak
3535
*/*.flatpak

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.flatpak-builder/
22
build/
33
.venv/
4+
.env

0 commit comments

Comments
 (0)