Skip to content

Commit

Permalink
Merge pull request #32 from gabm/fix-release
Browse files Browse the repository at this point in the history
Release job does not succeed due to permission error
  • Loading branch information
gabm authored Dec 6, 2023
2 parents a52573a + 29527fe commit 644419d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
container:
image: ghcr.io/gtk-rs/gtk4-rs/gtk4:latest

permissions:
contents: write

steps:
- name: Install dependencies
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 644419d

Please sign in to comment.