Skip to content

Commit

Permalink
ci(release): fix contents permission
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed Aug 24, 2024
1 parent 0a1cb29 commit 49e3687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
environment:
name: "release"
permissions:
contents: read
contents: write
id-token: write
packages: write
env:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ docker_signs:

# Snapshot version settings.
snapshot:
name_template: "{{ incpatch .Version }}-dev.{{ .ShortCommit }}"
version_template: "{{ incpatch .Version }}-dev-{{ .ShortCommit }}"

# Generate changelog for releases.
changelog:
Expand Down

0 comments on commit 49e3687

Please sign in to comment.