Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
konotorii committed Jun 2, 2024
1 parent a9bd81c commit 7771e94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ permissions:

jobs:
goreleaser:
permissions:
contents: write
id-token: write
packages: write
runs-on: ubuntu-latest
env:
DOCKER_CLI_EXPERIMENTAL: "enabled"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7771e94

Please sign in to comment.