Skip to content

Commit

Permalink
♻️ refactor: update CI.CD actions #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Dec 7, 2024
1 parent f20b14d commit 30490dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
fetch-depth: 0

- name: Apply changelog
run: chmod +x git_changelog.sh
run: chmod +x ./sh/git_changelog.sh

- name: Generate changelog
id: changelog
run: |
CHANGELOG=$(./git_changelog.sh)
CHANGELOG=$(./sh/git_changelog.sh)
echo "CHANGELOG=$CHANGELOG" >> $GITHUB_ENV
- name: Create GitHub Release
Expand Down

0 comments on commit 30490dc

Please sign in to comment.