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 91cc6da commit 6b228efCopy full SHA for 6b228ef
.github/workflows/release.yaml
@@ -38,4 +38,5 @@ jobs:
38
with:
39
default_author: github_actor
40
message: 'docs: add version ${{ github.event.client_payload.tag }}'
41
- push: true
+ push: true
42
+ github_token: ${{ steps.obtainToken.outputs.token }}
0 commit comments