|
@@ -14,7 +14,7 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
steps:
|
|
|
- name: Clone repository
|
|
- name: Clone repository
|
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
|
+ uses: actions/checkout@v6
|
|
|
with:
|
|
with:
|
|
|
persist-credentials: false
|
|
persist-credentials: false
|
|
|
|
|
|
|
@@ -22,7 +22,7 @@ jobs:
|
|
|
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
|
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
|
|
|
|
|
|
|
- name: Set up Node.js
|
|
- name: Set up Node.js
|
|
|
- uses: actions/setup-node@v4
|
|
|
|
|
|
|
+ uses: actions/setup-node@v6
|
|
|
with:
|
|
with:
|
|
|
node-version: "${{ env.NODE }}"
|
|
node-version: "${{ env.NODE }}"
|
|
|
cache: npm
|
|
cache: npm
|
|
@@ -46,7 +46,7 @@ jobs:
|
|
|
exclude_types: other,doc,chore
|
|
exclude_types: other,doc,chore
|
|
|
|
|
|
|
|
- name: Release
|
|
- name: Release
|
|
|
- uses: softprops/action-gh-release@v1
|
|
|
|
|
|
|
+ uses: softprops/action-gh-release@v2
|
|
|
if: startsWith(github.ref, 'refs/tags/')
|
|
if: startsWith(github.ref, 'refs/tags/')
|
|
|
with:
|
|
with:
|
|
|
body: ${{ steps.changelog.outputs.changelog }}
|
|
body: ${{ steps.changelog.outputs.changelog }}
|