mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-16 05:31:52 -04:00
fix(ci): don't filter files to add
This commit is contained in:
@@ -23,7 +23,6 @@ jobs:
|
||||
- name: Commit changes
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
add: "*.md"
|
||||
message: "chore: build library from latest spec"
|
||||
|
||||
- name: Find current API version
|
||||
@@ -42,7 +41,6 @@ jobs:
|
||||
if: ${{ steps.checkTag.outputs.exists }} != true
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
add: "*.md"
|
||||
tag: "${{ env.api_version }} --force"
|
||||
message: "chore: bump version to ${{ env.api_version }}"
|
||||
- name: Publish to NPM
|
||||
|
||||
Reference in New Issue
Block a user