We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cddbc9 + 1ccb047 commit c4aaf8eCopy full SHA for c4aaf8e
1 file changed
.github/workflows/publish.yml
@@ -23,7 +23,8 @@ jobs:
23
- name: publish
24
run: npm run publish
25
env:
26
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
+
28
publish_for_mac:
29
runs-on: macos-latest
30
steps:
@@ -36,7 +37,7 @@ jobs:
36
37
38
39
40
41
42
publish_for_win:
43
runs-on: windows-latest
@@ -50,4 +51,4 @@ jobs:
50
51
52
53
54
0 commit comments