Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
NEW_VERSION: ${{ github.event.inputs.tag }}
- name: commit manifests
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5
uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321
with:
message: "create release manifests for ${{ github.event.inputs.tag }}"
add: "releases/ VERSION CHANGELOG.md"
Expand Down