Update GitHub Actions workflow to simplify publish step name
All checks were successful
RenovateBot / renovate (push) Successful in 25s
Test / Basic (push) Successful in 2m48s

This commit is contained in:
2026-02-05 23:49:25 +00:00
parent cb6ca38f7f
commit 4bb3145906

View File

@@ -57,7 +57,7 @@ jobs:
run: npm run test:integration
publish:
name: Publish to NPM (Trusted Publisher)
name: Publish to NPM
runs-on: ubuntu-latest
needs: test
steps: