Skip to content

Commit

Permalink
更新 actions 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Apr 15, 2024
1 parent 1774b10 commit 8256976
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV

- name: Create git tag
uses: pkgdeps/git-tag-action@v2
uses: pkgdeps/git-tag-action@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repo: ${{ github.repository }}
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
echo "COMMIT_SHA=$(git show -s --format=%H)" >> $GITHUB_ENV
- name: Create git tag
uses: pkgdeps/git-tag-action@v2
uses: pkgdeps/git-tag-action@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repo: ${{ github.repository }}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
# echo "COMMIT_SHA=$(git show -s --format=%H)" >> $GITHUB_ENV

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

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: ./publish/changeLog.md
prerelease: false
Expand Down

0 comments on commit 8256976

Please sign in to comment.