Skip to content

Commit a84efe6

Browse files
committed
fix: triggering test release on feature branch
1 parent 7c27031 commit a84efe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
# Create a temporary context file to force the correct version header
116116
echo '{"version":"'${VERSION}'"}' > context.json
117117
118-
# Generate changelog updates and save to file without tagging
118+
# Generate changelog updates and save to files without tagging
119119
npx conventional-changelog-cli -p conventionalcommits -i CHANGELOG.md -s --context context.json
120120
121121
rm context.json

0 commit comments

Comments
 (0)