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 16f5d8e commit c40d186Copy full SHA for c40d186
.github/workflows/CD.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Wait for tests to succeed
15
uses: lewagon/[email protected]
16
with:
17
- ref: ${{ github.sha }}
+ ref: ${{ github.ref }}
18
running-workflow-name: 'Linter, Build, Release'
19
check-name: 'Create Release'
20
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments