Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 305aca7

Browse files
fix location for release.yaml file
1 parent f25590d commit 305aca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automated_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo ${{ needs.confirm-action-execution.outputs.is_release_allowed }}
5252
5353
- name: Trigger release workflow
54-
uses: ./release.yaml
54+
uses: ./.github/workflows/release.yaml
5555
if: ${{ env.allow_automated_release == 'true' && needs.confirm-action-execution.outputs.is_release_allowed == 'true' }}
5656
with:
5757
version: ${{ steps.next_version.outputs.version }}

0 commit comments

Comments
 (0)