Skip to content

Commit

Permalink
修复构建失败
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Nov 20, 2022
1 parent 358b49b commit 6251490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6251490

Please sign in to comment.