We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441bfb8 commit 4a9324cCopy full SHA for 4a9324c
.github/workflows/release-dev.yaml
@@ -21,7 +21,7 @@ jobs:
21
uses: ./.github/workflows/test.yaml
22
23
build-and-publish:
24
- uses: ./.github/workflows/build.yaml@main
+ uses: ./.github/workflows/build.yaml
25
needs:
26
- test
27
- lint
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
build:
0 commit comments