Update GitHub Actions workflow to simplify publish step name
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user