Skip to content

Commit

Permalink
ci(release): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samikachai committed Dec 14, 2024
1 parent 31923a1 commit d09c8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: fetch_initial_commit_history
run: |
INITIAL_COMMIT_HISTORY=$(cat initial_commit_history.md)
echo "::set-output name=initial_commit_history::$ INITIAL_COMMIT_HISTORY"
echo "::set-output name=initial_commit_history::$INITIAL_COMMIT_HISTORY"
- name: Insert initial commit history in changelog file
run: |
Expand Down

0 comments on commit d09c8d9

Please sign in to comment.