released v1.11.0

This commit is contained in:
小弟调调
2025-12-18 20:03:36 +08:00
parent fc58419308
commit 63287cb975
2 changed files with 4 additions and 9 deletions

View File

@@ -10,10 +10,10 @@ jobs:
contents: write
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 18
node-version: 24
registry-url: 'https://registry.npmjs.org'
- run: npm install
@@ -124,13 +124,8 @@ jobs:
# http://localhost:9881/
# ```
# - run: npm install @jsdevtools/npm-publish -g
# - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
- run: npm publish --access public --provenance
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# Create Docker Image
- name: Docker login

View File

@@ -1,6 +1,6 @@
{
"name": "awesome-mac",
"version": "1.10.0",
"version": "1.11.0",
"description": " This repo is a collection of awesome Mac applications and tools for developers and designers. ",
"homepage": "https://jaywcjlove.github.io/awesome-mac",
"funding": "https://jaywcjlove.github.io/#/sponsor",