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 9eeaf3e commit 8e07474Copy full SHA for 8e07474
.github/workflows/main.yml
@@ -26,28 +26,6 @@ jobs:
26
- run: npm test
27
- run: npm run lint
28
29
- package-test:
30
- runs-on: ubuntu-latest
31
-
32
- permissions:
33
- contents: write
34
35
- steps:
36
- - uses: actions/checkout@v4
37
- - uses: actions/setup-node@v4
38
- with:
39
- node-version: 18
40
- cache: npm
41
42
- - run: npm ci
43
- - run: npm pack
44
45
- - name: Upload package to release
46
- env:
47
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
- run: |
49
- gh release upload 0.1.0 ./*.tgz
50
51
package:
52
runs-on: ubuntu-latest
53
if: github.event_name == 'release'
0 commit comments