Skip to content

Commit

Permalink
Fixed deprecation warning and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed Aug 21, 2024
1 parent 054fc58 commit 14508f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
tags:
- v*

permissions: write-all # Necessary for the generate-build-provenance action with containers
permissions:
packages: write
contents: read

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dockers:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 14508f6

Please sign in to comment.