mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 15:12:10 +08:00
更新 actions 依赖
This commit is contained in:
parent
1774b1082d
commit
8256976968
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
@ -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 }}
|
||||
@ -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 }}
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user