Skip to content

Commit

Permalink
Merge pull request #373 from Interhyp/RELTEC-11116-awawdawd
Browse files Browse the repository at this point in the history
chore(workflows): Add GITHUB_TOKEN env for goreleaser
  • Loading branch information
Roshick authored Dec 9, 2024
2 parents da6a74f + 3d8efab commit 5739670
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: go-semantic-release/action@v1
with:
hooks: goreleaser
github-token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
allow-initial-development-versions: true # remove to trigger an initial 1.0.0 release
changelog-generator-opt: "emojis=true"
github-token: ${{ secrets.GITHUB_TOKEN }}
hooks: goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- id: meta
uses: docker/metadata-action@v5
with:
Expand Down

0 comments on commit 5739670

Please sign in to comment.