Skip to content

Commit 1332632

Browse files
cicd fixes
1 parent 539490b commit 1332632

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-trigger.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ env:
1717
jobs:
1818
test:
1919
name: "Pre-relase Test"
20-
uses: ./github/workflows/test.yml
20+
uses: ./.github/workflows/test.yml
2121
package:
2222
name: "Package"
23-
uses: ./github/workflows/release-build.yml
23+
uses: ./.github/workflows/release-build.yml
2424
needs: test
2525
foo-1:
2626
name: "Foo 1"
@@ -45,5 +45,5 @@ jobs:
4545
- run: /bin/true
4646
# publish:
4747
# name: "Publish"
48-
# uses: ./github/workflows/release-publish.yml
48+
# uses: ./.github/workflows/release-publish.yml
4949
# needs: package

0 commit comments

Comments
 (0)