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.
2 parents e4d3ac6 + 8055a51 commit c1ec880Copy full SHA for c1ec880
.github/workflows/release-homebrew.yaml
@@ -11,6 +11,7 @@ jobs:
11
uses: actions/[email protected]
12
id: version
13
with:
14
+ github-token: ${{secrets.GITHUB_TOKEN}}
15
result-encoding: string
16
script: |
17
const { data } = await github.repos.getReleaseByTag({
0 commit comments