Skip to content

Commit

Permalink
Fix release user in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Feb 19, 2022
1 parent 4a728ef commit 318e94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build_and_release:
runs-on: ubuntu-latest
env:
GITHUB_USER: "gocd-contrib"
GITHUB_USER: "gocd"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PRERELEASE: "${{ github.event.inputs.prerelease }}"
steps:
Expand Down

0 comments on commit 318e94d

Please sign in to comment.