Skip to content

Commit

Permalink
ci: updated referenced workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-pribilinskiy authored Jan 18, 2024
1 parent c6cfd49 commit 6ac4b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
push:
uses: cloudbeds/workflows/.github/workflows/npm-test-build.yml@main
uses: cloudbeds/workflows/.github/workflows/npm-build-test.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish:
uses: cloudbeds/workflows/.github/workflows/npm-test-build-release.yml@main
uses: cloudbeds/workflows/.github/workflows/npm-build-test-release.yml@main
secrets: inherit
with:
artifactPath: lib

0 comments on commit 6ac4b9f

Please sign in to comment.