Skip to content

Commit

Permalink
chore(scripts): adjust token stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hoefer committed Dec 20, 2020
1 parent 1958403 commit 3f12712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "update bug_report.md with new versions"
sed -i "s/$last_version/$new_version/g" .github/ISSUE_TEMPLATE/bug_report.md

git tag $new_version
npx github-release-notes@0.17.1 changelog --token=$(echo $GITHUB_TOKEN) --override
npx github-release-notes@0.17.1 changelog --token=$(echo $GREN_GITHUB_TOKEN) --override
git add *README.md
git add *CHANGELOG.md
git add *bug_report.md
Expand Down

0 comments on commit 3f12712

Please sign in to comment.