Skip to content

Commit

Permalink
fix: add-and-commit release.yaml section
Browse files Browse the repository at this point in the history
  • Loading branch information
badele committed Nov 26, 2023
1 parent d1c6ea0 commit 56b7ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
default_author: github_actions
message: "pre-release {{ steps.release.outputs.version }}"
add: ["README.md", "src/version.ts"]
add: '["README.md", "src/version.ts"]'

- name: Upload github release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 56b7ebf

Please sign in to comment.