We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70e6e4 commit 8280e50Copy full SHA for 8280e50
1 file changed
.github/workflows/flatpak.yml
@@ -1,13 +1,18 @@
1
on:
2
push:
3
branches: [ ci ]
4
+ tags: [ v*.*.* ]
5
pull_request:
6
workflow_dispatch:
7
8
concurrency:
9
group: flatpak
10
cancel-in-progress: true
11
12
+
13
+permissions:
14
+ contents: write
15
16
jobs:
17
build-and-dist:
18
runs-on: ubuntu-latest
@@ -53,7 +58,6 @@ jobs:
53
58
54
59
- name: Create or update GitHub Release
55
60
uses: softprops/action-gh-release@v2
56
- if: github.ref_type == 'tag'
57
61
with:
62
tag_name: ${{ github.ref_name }} # defaults to this if omitted
63
name: Release ${{ github.ref_name }} # defaults to tag name if omitted
0 commit comments