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 9e49a38 commit bfff24cCopy full SHA for bfff24c
.github/workflows/ci.yml
@@ -53,9 +53,9 @@ jobs:
53
registry-url: "https://registry.npmjs.org/"
54
55
- run: npm ci
56
- - run: npm run build
57
- - run: npm run test:badges
58
- - run: npx semantic-release
+ # - run: npm run build
+ # - run: npm run test:badges
+ # - run: npx semantic-release
59
60
- name: Debug secrets
61
run: |
@@ -64,8 +64,8 @@ jobs:
64
echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"
65
echo "GH_TOKEN: ${{ secrets.GH_TOKEN }}"
66
67
- - name: Release with semantic-release
68
- env:
69
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
70
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
71
- run: npx semantic-release
+ # - name: Release with semantic-release
+ # env:
+ # GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ # run: npx semantic-release
0 commit comments