Skip to content

Commit 6089a3d

Browse files
ci(release.yml & test.yml): Updated workflow calls
1 parent edc8a52 commit 6089a3d

File tree

4 files changed

+5
-24
lines changed

4 files changed

+5
-24
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ on:
66

77
jobs:
88
release:
9-
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/release.yml@main
10-
secrets: inherit
11-
with:
12-
repository: ${{ github.repository }}
9+
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/gulp-release-notification-plugin-release.yml@main
10+
secrets: inherit

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ on:
77

88
jobs:
99
tests:
10-
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/auto-merge-dependabot-pr.yml@main
11-
secrets: inherit
12-
with:
13-
repository: ${{ github.repository }}
10+
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/gulp-release-notification-plugin-test.yml@main
11+
secrets: inherit

package-lock.json

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
},
1717
"overrides": {
1818
"chai": "^5.0.0",
19-
"glob-parent": "^5.1.2",
20-
"chokidar": "^3.5.3"
19+
"glob-parent": "^5.1.2"
2120
},
2221
"devDependencies": {
2322
"@semantic-release/changelog": "^6.0.3",

0 commit comments

Comments
 (0)