Skip to content

Commit 444a19d

Browse files
committed
🐛(CD): Fix workflow on git add
1 parent f08dfda commit 444a19d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CD.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
ref: ${{ github.event.release.target_commitish }}
1315
- uses: actions/setup-node@v1
1416
with:
1517
node-version: 14
@@ -41,6 +43,8 @@ jobs:
4143
runs-on: ubuntu-latest
4244
steps:
4345
- uses: actions/checkout@v2
46+
with:
47+
ref: ${{ github.event.release.target_commitish }}
4448
- uses: actions/setup-node@v1
4549
with:
4650
node-version: 14

0 commit comments

Comments
 (0)