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 2694a22 commit 7741beaCopy full SHA for 7741bea
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
on:
2
push:
3
tags:
4
- - "*"
+ - "[0-9]+.[0-9]+.[0-9]+" # Push events to matching x.y.z
5
6
jobs:
7
homebrew:
@@ -12,7 +12,7 @@ jobs:
12
with:
13
extension-name: emmylua
14
# extension-path: extensions/${{ extension-name }}
15
- push-to: CppCXY/extensions
+ push-to: EmmyLuaLs/zed-extensions
16
env:
17
# the personal access token should have "repo" & "workflow" scopes
18
- COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
+ COMMITTER_TOKEN: ${{ secrets.RELEASE }}
0 commit comments