Skip to content

Commit

Permalink
fix: File permissions in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Nov 30, 2023
1 parent 4d36738 commit 145daa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ release = '''set -e
mkdir dist-gh
export GH_RUN_ID=$(cargo gha gh run list -R dustinblackman/languagetool-code-comments -w build --json databaseId | jq -rc '.[0].databaseId')
cargo gha gh run download -D dist-gh $GH_RUN_ID
fd -t f . './dist-gh' | xargs -L1 chmod +x
export LTCC_VERSION=$(cat Cargo.toml | grep version | head -n1 | awk -F '"' '{print $2}')
cargo bin git-cliff -o CHANGELOG.md --tag "v$LTCC_VERSION"
Expand Down

0 comments on commit 145daa7

Please sign in to comment.