Update release.yml

This commit is contained in:
Lucàs
2025-05-29 10:07:16 +02:00
committed by GitHub
parent e1353c268c
commit 0e91fceda1
+2 -1
View File
@@ -1,6 +1,7 @@
name: Release name: Release
on: on:
workflow_dispatch:
push: push:
tags: tags:
- 'v*' - 'v*'
@@ -19,4 +20,4 @@ jobs:
- run: npx changelogithub - run: npx changelogithub
env: env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}