Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f05dac617 | |||
|
|
a346f8db9a |
15
.github/workflows/semantic-release.yml
vendored
15
.github/workflows/semantic-release.yml
vendored
@@ -5,26 +5,19 @@ on:
|
|||||||
secrets:
|
secrets:
|
||||||
GH_TOKEN:
|
GH_TOKEN:
|
||||||
description: 'PAT with repo access, required to trigger workflows on tag push'
|
description: 'PAT with repo access, required to trigger workflows on tag push'
|
||||||
required: true
|
required: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Release
|
runs-on: ubuntu-custom
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN || github.token }}
|
||||||
|
|
||||||
- name: Setup semantic-release
|
|
||||||
uses: https://gitea.ldpt.fr/actions/semantic-release/setup-semrel@main
|
|
||||||
with:
|
|
||||||
node-version: "24"
|
|
||||||
|
|
||||||
- name: Run semantic-release
|
- name: Run semantic-release
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GH_TOKEN || github.token }}
|
||||||
run: semantic-release
|
run: semantic-release
|
||||||
Reference in New Issue
Block a user