Skip to content

Commit bfff24c

Browse files
Arunkumarcsarunt2s
andauthored
V1.3.1 (#10)
* fix(package): correct repository URL * fix: github flow fix * fix: updated * semantic-release proper setup * fix: rules * commitizen * fix(updated commitizen): commitizen commitizen * fix(commiter): semantic-release semantic-release * update tokens * fix(minor ci/cd): ci/cd ci/cd * fix(debug secrets): debug secrets debug secrets * fix(two npm only): two npm only two npm only * update modifiers * just debug --------- Co-authored-by: arunt2s <[email protected]>
1 parent 9e49a38 commit bfff24c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
registry-url: "https://registry.npmjs.org/"
5454

5555
- run: npm ci
56-
- run: npm run build
57-
- run: npm run test:badges
58-
- run: npx semantic-release
56+
# - run: npm run build
57+
# - run: npm run test:badges
58+
# - run: npx semantic-release
5959

6060
- name: Debug secrets
6161
run: |
@@ -64,8 +64,8 @@ jobs:
6464
echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"
6565
echo "GH_TOKEN: ${{ secrets.GH_TOKEN }}"
6666
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
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

0 commit comments

Comments
 (0)