Skip to content

Commit

Permalink
fix release building
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Oct 22, 2024
1 parent d1f83f3 commit dd46ab4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/continous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches: ["master"]

permissions:
contents: write

jobs:
flatpak-build-and-release:
name: Flatpak Build and Release
Expand Down Expand Up @@ -76,5 +79,5 @@ jobs:
files: "futr.flatpak"
prerelease: true
body: "This is an automated continuous release."
token: ${{ secrets.GITHUB_TOKEN }}
overwrite: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dd46ab4

Please sign in to comment.