mirror of
https://github.com/jaywcjlove/awesome-mac.git
synced 2026-01-12 15:05:28 +08:00
released v1.11.0
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user