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 e5f76b1 commit 6463015Copy full SHA for 6463015
.github/workflows/dump.yml
@@ -44,3 +44,14 @@ jobs:
44
release_name: v${{ github.event.inputs.version }}
45
draft: false
46
prerelease: false
47
+
48
+ - name: Release Zed Extension
49
+ uses: huacnlee/zed-extension-action@v1
50
+ with:
51
+ extension-name: emmylua
52
+ # extension-path: extensions/${{ extension-name }}
53
+ push-to: EmmyLuaLs/zed-extensions
54
+ tag: v${{ github.event.inputs.version }}
55
+ env:
56
+ # the personal access token should have "repo" & "workflow" scopes
57
+ COMMITTER_TOKEN: ${{ secrets.RELEASE }}
.github/workflows/release.yml
@@ -1,10 +1,6 @@
1
name: Release
2
3
on:
4
- workflow_run:
5
- workflows: ["Dump"]
6
- types:
7
- - completed
8
push:
9
tags:
10
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching vX.Y.Z
0 commit comments