Skip to content

Commit

Permalink
ci: fix permissions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
defanator committed Oct 14, 2024
1 parent fcdbb2f commit 8fe64a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: zont_api CI
on:
workflow_dispatch:
push:
tags-ignore:
- "v*.*.*"
pull_request:
branches:
- main
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
- "v*.*.*"

jobs:
build:
release:
runs-on: ubuntu-latest

permissions:
packages: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8fe64a9

Please sign in to comment.