diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index b69ccc1..ccc829c 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -44,7 +44,7 @@ jobs: # `bash -eo pipefail` : on isole l'échec attendu dans la condition d'un `if` pour ne pas # déclencher `set -e`. Le secret du registre est mappé sur NODE_AUTH_TOKEN lu par le .npmrc # de setup-node. - - name: Publish (idempotent : tolère un 409 « already exists ») + - name: Publish (idempotent, tolère un 409 « already exists ») run: | if out="$(npm publish -w @johanleroy/git-arboretum 2>&1)"; then printf '%s\n' "$out"