Skip to content

Commit 83f5777

Browse files
committed
fix: github actions proper file extensions
1 parent 2e4f55d commit 83f5777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-v0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
release:
12-
uses: ./.github/workflows/release-workflow.yml
12+
uses: ./.github/workflows/release-workflow.yaml
1313
with:
1414
branch: 0.x
1515
majorRelease: ${{ inputs.majorRelease }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
release:
12-
uses: ./.github/workflows/release-workflow.yml
12+
uses: ./.github/workflows/release-workflow.yaml
1313
with:
1414
branch: main
1515
majorRelease: ${{ inputs.majorRelease }}

0 commit comments

Comments
 (0)