fix(ci): don't filter files to add

This commit is contained in:
Paul Makles
2023-02-22 10:44:21 +01:00
parent e06c42d439
commit a31895e28e
-2
View File
@@ -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