Skip to content

Commit

Permalink
remote username in action and new a release page in cdk-team branch
Browse files Browse the repository at this point in the history
  • Loading branch information
neargle committed Apr 11, 2021
1 parent 31cdae0 commit 76b180a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
TAG_VERSION=`echo "$GITHUB_REF" | sed -e 's/refs\/tags\///'`
title="New release for $TAG_VERSION in $date_string"
ghr -n "$title" -u neargle -b "$release_body" "$TAG_VERSION" "bin/"
ghr -n "$title" -b "$release_body" "$TAG_VERSION" "bin/"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 76b180a

Please sign in to comment.