Skip to content

Commit

Permalink
build: update action config
Browse files Browse the repository at this point in the history
  • Loading branch information
oustn committed Mar 22, 2024
1 parent 60c74c9 commit c0106f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permissions:

jobs:
build:
permissions:
id-token: write
contents: write
name: GoReleaser build
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_name: "qtg"
project_name: "qtg-go"

before:
hooks:
Expand Down Expand Up @@ -38,4 +38,4 @@ archives:
release:
github:
owner: oustn
name: qtg
name: qtg-go

0 comments on commit c0106f0

Please sign in to comment.