We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cb2a1 commit 68eb5c5Copy full SHA for 68eb5c5
.github/workflows/release.yml
@@ -6,12 +6,16 @@ on:
6
jobs:
7
build:
8
runs-on: ubuntu-latest
9
+ permissions:
10
+ contents: read
11
+ id-token: write
12
steps:
13
- uses: actions/checkout@v3
14
- name: install bun for tests and publish
15
uses: oven-sh/setup-bun@v1
16
with:
17
bun-version: latest
18
+ registry-url: 'https://registry.npmjs.org'
19
- name: node publish
20
uses: actions/setup-node@v4
21
.npmignore
@@ -1,6 +1,6 @@
1
/src
2
/node_modules
3
-
+.github
4
.env
5
tsconfig.json
0 commit comments