diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-26 21:12:24 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-26 21:12:24 -0400 |
| commit | ffa27486ce7001ac72c5669897ff629131c80cb2 (patch) | |
| tree | 0df29158fadbbd1172ce22a630552d12b19d1810 | |
| parent | fca7f0d84721bba69d325940c6cac0f504b83f59 (diff) | |
| download | x-ffa27486ce7001ac72c5669897ff629131c80cb2.tar.xz x-ffa27486ce7001ac72c5669897ff629131c80cb2.zip | |
ci(release): fix?
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2dc90b7..9d445a6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -70,4 +70,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GHCR_PUSH }} run: | npm ci - npx semantic-release --debug + npx semantic-release |
