Skip to content

Commit

Permalink
grant permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwormhole committed Dec 24, 2024
1 parent bd05c10 commit 14f6bea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Release

on:
push:
branches: [main]
tags:
- 'v*'

name: GoReleaser
permissions:
contents: write

jobs:
release:
name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]

jobs:
test:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 14f6bea

Please sign in to comment.