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 5f2fbd3 commit ef0d997Copy full SHA for ef0d997
1 file changed
.github/workflows/release.yml
@@ -103,6 +103,8 @@ jobs:
103
with:
104
app-id: ${{ vars.APP_ID }}
105
private-key: ${{ secrets.APP_PRIVATE_KEY }}
106
+ owner: ${{ github.repository_owner }}
107
+ repositories: homebrew-lucky
108
- name: Trigger Release Workflow
109
run: |
110
url_="https://github.com/luckyframework/lucky_cli/archive/refs/tags/${{ env.RELEASE_TAG }}.zip"
@@ -131,6 +133,8 @@ jobs:
131
133
132
134
135
136
137
+ repositories: scoop-bucket
138
139
140
url_="https://github.com/luckyframework/lucky_cli/releases/download/${{ env.RELEASE_TAG }}/lucky-${{ env.RELEASE_TAG }}-windows-amd64.zip"
0 commit comments