We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9b936 commit 801ee18Copy full SHA for 801ee18
1 file changed
.github/workflows/publish.yml
@@ -6,27 +6,6 @@ on:
6
- 'v*'
7
8
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 }}
30
github-publish:
31
uses: techdivision/opencode-plugins/.github/workflows/template-npm-publish.yml@feature/split-repo
32
secrets: inherit
0 commit comments