Skip to content

Commit

Permalink
fix: Release workflow yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthb committed Jul 14, 2024
1 parent 6f21b90 commit a8de944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
name: Release binaries and container images
runs-on: ubuntu-latest

permissions:
contents: write
packages: write
permissions:
contents: write
packages: write

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a8de944

Please sign in to comment.