Skip to content

Commit ade1b33

Browse files
committed
ci(release): run deploy with new ref
1 parent c6a7e5f commit ade1b33

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v4
23+
with:
24+
ref: ${{ github.event.inputs.ref }}
2325

2426
- uses: pnpm/action-setup@v3
2527
with:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ jobs:
5959
needs: [release]
6060
uses: ./.github/workflows/deploy.yml
6161
secrets: inherit
62+
with:
63+
ref: ${{ needs.release.outputs.RELEASE_REF }}

0 commit comments

Comments
 (0)