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 85b4ff0 commit f870528Copy full SHA for f870528
.github/workflows/release.yml
@@ -17,6 +17,8 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v3
19
with:
20
+ # this allow the workflow to be rerun after changes have been pushed from previous jobs
21
+ ref: ${{ github.ref }}
22
# an ad-hoc token (PAT) is need in order to permit the "push" to a protected branch (in this case 'main')
23
# persist-credentials must be true and the same token is used in semantic-release step
24
token: ${{ secrets.SEMANTICRELEASE }}
0 commit comments