You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,15 @@ on:
6
6
jobs:
7
7
build-deploy:
8
8
runs-on: ubuntu-latest
9
+
permissions:
10
+
contents: write
11
+
id-token: write
9
12
steps:
10
13
- uses: actions/checkout@v3
11
14
- uses: actions/setup-node@v3
12
15
with:
13
-
node-version: 16
16
+
node-version: 18
17
+
registry-url: 'https://registry.npmjs.org'
14
18
15
19
- run: npm install
16
20
- run: npm run build
@@ -46,7 +50,7 @@ jobs:
46
50
tag: ${{ steps.create_tag.outputs.version }}
47
51
token: ${{ secrets.GITHUB_TOKEN }}
48
52
body: |
49
-
[](https://uiwjs.github.io/npm-unpkg/#/pkg/awesome-mac@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [](https://hub.docker.com/r/wcjiang/awesome-mac)
53
+
[](https://jaywcjlove.github.io/#/sponsor) [](https://uiwjs.github.io/npm-unpkg/#/pkg/awesome-mac@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [](https://hub.docker.com/r/wcjiang/awesome-mac)
[](https://github.com/sindresorhus/awesome)[](README.md)[](https://gitter.im/awesome-mac/en?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge)[](https://segmentfault.com/g/1570000010622746)[](http://weibo.com/pc175)[](#backers)[](#sponsors)[](https://hub.docker.com/r/wcjiang/awesome-mac)
4
+
[](https://jaywcjlove.github.io/#/sponsor)
[](#backers)
11
+
[](#sponsors)[](https://hub.docker.com/r/wcjiang/awesome-mac)
6
12
<!--rehype:style=text-align: center;-->
7
13
8
14
现在我们变得非常大,与最初的想法不同,如今我们需要收集各种类别非常好用的 Mac 应用程序、软件以及工具。通过 Pull Request 或者 [issues](https://github.com/jaywcjlove/awesome-mac/issues/new/choose) 给我推荐优秀好用的Mac应用,很显然我是一个资深 Mac 用户,我需要它们帮助我快乐、高效的工作,同时也分享给你。文档格式参照 [awesome](https://github.com/sindresorhus/awesome)。
[](#backers)[](#sponsors)[](https://hub.docker.com/r/wcjiang/awesome-mac)
5
+
[](https://jaywcjlove.github.io/#/sponsor)
[](#backers)
12
+
[](https://hub.docker.com/r/wcjiang/awesome-mac)
7
13
<!--rehype:style=text-align: center;-->
8
14
This project is now very large, and is very different from the original idea.
9
15
Here, we collect awesome macOS software and arrange them into various categories.
0 commit comments