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