1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-04 17:40:49 +00:00

ci: Fix the use of COMMIT_TAG when bumping brew formula

This commit is contained in:
Matan Kushner 2019-10-05 22:23:03 +09:00
parent 153eddda10
commit e5d37e0a97
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -161,7 +161,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: export COMMIT_TAG=$(git describe --tags)
- run: brew bump-formula-pr --url=https://github.com/starship/starship/archive/$COMMIT_TAG.tar.gz --message="Automated release pull request using continuous integration." --no-browse -v starship --force
- run: brew bump-formula-pr --url=https://github.com/starship/starship/archive/${COMMIT_TAG}.tar.gz --message="Automated release pull request using continuous integration." --no-browse -v starship --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}