@@ -10,23 +10,23 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v5
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
java-version: '25'
|
||||||
|
|
||||||
- name: Login to Gitea Registry
|
- name: Login to Gitea Registry
|
||||||
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login git.demonkernel.io.vn -u "${{ secrets.GITEA_USER }}" --password-stdin
|
run: |
|
||||||
|
echo "${{ secrets.GITEA_TOKEN }}" | docker login git.demonkernel.io.vn -u "${{ secrets.GITEA_USER }}" --password-stdin
|
||||||
|
|
||||||
- name: Install Node.js
|
- uses: actions/setup-node@v6
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
with:
|
||||||
node-version: 'lts/*'
|
node-version: 24
|
||||||
|
|
||||||
- name: Run Semantic Release
|
- name: Run Semantic Release
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user