Skip to content

Commit

Permalink
chore: fix git-chglog permission
Browse files Browse the repository at this point in the history
Signed-off-by: Goren G <[email protected]>
  • Loading branch information
Goren G committed Apr 19, 2021
1 parent c9cc39c commit 2629e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
GIT_CHGLOG_DOWNLOAD_FILE=git-chglog_linux_amd64.tar.gz
GIT_CHGLOG_DOWNLOAD_URL=https://github.com/git-chglog/git-chglog/releases/download/v${GIT_CHGLOG_VERSION}/git-chglog_${GIT_CHGLOG_VERSION}_linux_amd64.tar.gz
sudo wget -O ${GIT_CHGLOG_DOWNLOAD_FILE} ${GIT_CHGLOG_DOWNLOAD_URL}
tar -xzf $GIT_CHGLOG_DOWNLOAD_FILE -C /usr/local/bin git-chglog
sudo tar -xzf $GIT_CHGLOG_DOWNLOAD_FILE -C /usr/local/bin git-chglog
sudo chmod +x /usr/local/bin/git-chglog
rm $GIT_CHGLOG_DOWNLOAD_FILE
sudo rm $GIT_CHGLOG_DOWNLOAD_FILE
export PATH=$PATH:/usr/local/bin
export TAG=${GITHUB_REF/refs\/tags\//}
make VERSION=${TAG} release
Expand Down

0 comments on commit 2629e7f

Please sign in to comment.