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
|
run: npm run test:integration
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: Publish to NPM (Trusted Publisher)
|
name: Publish to NPM
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: test
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user