We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101192a commit 7b18595Copy full SHA for 7b18595
.github/workflows/release.yml
@@ -12,11 +12,14 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v3
15
+ with:
16
+ persist-credentials: false
17
- uses: actions/setup-node@v3
18
with:
19
cache: npm
20
node-version: 16
21
- run: npm ci
22
+ - run: npm run build
23
- run: npx semantic-release
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.npmignore
@@ -6,6 +6,7 @@ Shared/
6
src/
7
test/
8
coverage/
9
+dist/
10
*.config.js
11
.nvmrc
.eslint*
0 commit comments