diff --git a/.github/workflows/build-and-tag.yml b/.github/workflows/build-and-tag.yml index 2587b42195..63038de9b2 100644 --- a/.github/workflows/build-and-tag.yml +++ b/.github/workflows/build-and-tag.yml @@ -40,7 +40,7 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com git checkout -b "release-$VERSION" - git add -f dist/* + git add -f dist/* vendor/* git commit --no-verify -m "Release $VERSION" git tag "$VERSION" git push --tags