Skip to content

Commit

Permalink
fix buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
wefhy committed Nov 4, 2023
1 parent 36d95ff commit b5676db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Expand Up @@ -48,8 +48,7 @@ jobs:
continue-on-error: true
run: |
chmod +x ./scripts/build_changelog.sh
changelog=$(sh ./scripts/build_changelog.sh ${{ env.version }})
echo "changelog=\"${changelog}\"" >> "$GITHUB_ENV"
echo "changelog=$(sh ./scripts/build_changelog.sh ${{ env.version }})" >> "$GITHUB_ENV"
- name: print version and changelog
run: |
echo "Version: ${{ env.version }}"
Expand Down

0 comments on commit b5676db

Please sign in to comment.