Skip to content

Commit 8e8f038

Browse files
committed
Fix workflow
1 parent 7608ad8 commit 8e8f038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
name: Deploy
1111
permissions:
1212
contents: write
13-
uses: ./.github/workflows/deploy.yaml
13+
uses: ./.github/workflows/reusable-deploy.yaml
1414
with:
1515
environment: Acceptance
1616

1717
deploy-prd:
1818
name: Deploy
1919
permissions:
2020
contents: write
21-
uses: ./.github/workflows/deploy.yaml
21+
uses: ./.github/workflows/reusable-deploy.yaml
2222
with:
2323
environment: Production

0 commit comments

Comments
 (0)