Skip to content

Commit 4a9324c

Browse files
Remove branch tagging
1 parent 441bfb8 commit 4a9324c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: ./.github/workflows/test.yaml
2222

2323
build-and-publish:
24-
uses: ./.github/workflows/build.yaml@main
24+
uses: ./.github/workflows/build.yaml
2525
needs:
2626
- test
2727
- lint

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: ./.github/workflows/test.yaml
2020

2121
build:
22-
uses: ./.github/workflows/build.yaml@main
22+
uses: ./.github/workflows/build.yaml
2323
needs:
2424
- test
2525
- lint

0 commit comments

Comments
 (0)