Skip to content

Commit

Permalink
Permission fix for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmmr committed Jul 5, 2022
1 parent a2dddc1 commit 6dc6f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ jobs:
path: build/dist/${{env.ZA_TGZ}}

publish_release:
permissions:
contents: write
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
needs: [debug_ubuntu_latest, release_alpine_3_15_static, release_macos_11, release_source]
Expand Down
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.2.0 | 2022-07-05 11:34:10 +0200
2.2.0 | 2022-07-05 12:04:10 +0200

* Port to Windows. (Binary build to come with next release.)

Expand Down

0 comments on commit 6dc6f16

Please sign in to comment.