修复构建失败

This commit is contained in:
lyswhut 2022-11-20 12:30:51 +08:00
parent 358b49b5c6
commit 6251490e6e

View File

@ -56,7 +56,7 @@ jobs:
run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
- name: Create git tag
uses: pkgdeps/git-tag-action@v3
uses: pkgdeps/git-tag-action@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repo: ${{ github.repository }}