mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-04-10 10:51:51 +00:00
ci: Fix crates token scope
This commit is contained in:
parent
3ef9a953c1
commit
3e7b673e89
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@ -225,12 +225,12 @@ jobs:
|
||||
# Temporary fix for https://github.com/actions/setup-go/issues/14
|
||||
export PATH=$PATH:$(go env GOPATH)/bin
|
||||
go get -u github.com/git-chglog/git-chglog/cmd/git-chglog
|
||||
git-chglog -c .github/chglog/release.yml $(git describe --tags) > RELEASE.txt
|
||||
git-chglog -c .github/chglog/release.yml $(git describe --tags) > RELEASE.md
|
||||
|
||||
- name: Create GitHub release ${{ matrix.target }}
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: ${{ matrix.name }}
|
||||
body_path: RELEASE.txt
|
||||
body_path: RELEASE.md
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user