Skip to content

Commit

Permalink
Merge pull request #21 from okcashpro/develop
Browse files Browse the repository at this point in the history
chore: Developbranch updt
  • Loading branch information
oktoshi authored Dec 18, 2024
2 parents f5ec162 + 14d9768 commit 1675828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: release_body
run: |
if [ -f CHANGELOG.md ]; then
body="$(awk '{printf "%s\\n", $0}' CHANGELOG.md | sed 's/"/\\"/g')"
body="$(head -n 1000 CHANGELOG.md | awk '{printf "%s\\n", $0}' | sed 's/"/\\"/g')"
echo "body=${body}" >> $GITHUB_OUTPUT
else
echo "body=No changelog provided for this release." >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: sudo apt-get install -y protobuf-compiler

- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Build packages
run: pnpm run build
Expand Down

0 comments on commit 1675828

Please sign in to comment.