2 Commits

Author SHA1 Message Date
lucasdpt
ce3539c2ec ci: update 2026-04-10 20:13:08 +02:00
58b6d322a5 ci: update checkout version 2026-03-30 14:09:45 +00:00

View File

@@ -2,11 +2,10 @@ 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: true
jobs:
release:
@@ -15,9 +14,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
- name: Setup semantic-release
uses: https://gitea.ldpt.fr/actions/semantic-release/setup-semrel@main
@@ -25,4 +25,6 @@ jobs:
node-version: "24"
- name: Run semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: semantic-release