Skip to content

Commit 801ee18

Browse files
committed
tmp removed packagist publish
1 parent da9b936 commit 801ee18

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,6 @@ on:
66
- 'v*'
77

88
jobs:
9-
publish:
10-
runs-on: ubuntu-latest
11-
12-
permissions:
13-
contents: read
14-
id-token: write
15-
16-
steps:
17-
- name: Checkout repository
18-
uses: actions/checkout@v4
19-
20-
- name: Setup Node.js
21-
uses: actions/setup-node@v4
22-
with:
23-
node-version: '20'
24-
registry-url: 'https://registry.npmjs.org'
25-
26-
- name: Publish to npm
27-
run: npm publish --provenance --access public
28-
env:
29-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
309
github-publish:
3110
uses: techdivision/opencode-plugins/.github/workflows/template-npm-publish.yml@feature/split-repo
3211
secrets: inherit

0 commit comments

Comments
 (0)