We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08dfda commit 444a19dCopy full SHA for 444a19d
.github/workflows/CD.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
+ with:
14
+ ref: ${{ github.event.release.target_commitish }}
15
- uses: actions/setup-node@v1
16
with:
17
node-version: 14
@@ -41,6 +43,8 @@ jobs:
41
43
42
44
45
46
47
48
49
50
0 commit comments