Skip to content

Commit dbb3b45

Browse files
Arunkumarcsarunt2s
andauthored
V1.3.1 (#17)
* 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 * update secrets test * fix * resolver * update * resolver * resolver * test * resolver --------- Co-authored-by: arunt2s <[email protected]>
1 parent e7c1106 commit dbb3b45

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,16 @@ jobs:
5454
registry-url: "https://registry.npmjs.org/"
5555

5656
- run: npm ci
57-
# - run: npm run build
58-
# - run: npm run test:badges
59-
# - name: Debug secrets
60-
# run: |
61-
# echo "NPM_TOKEN set? ${{ secrets.NPM_TOKEN != '' }}"
62-
# echo "GH_TOKEN set? ${{ secrets.GH_TOKEN != '' }}"
63-
# echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"
64-
# echo "GH_TOKEN: ${{ secrets.GH_TOKEN }}"
57+
- run: npm run build
58+
- run: npm run test:badges
59+
- name: Debug secrets
60+
run: |
61+
echo "NPM_TOKEN set? ${{ secrets.NPM_TOKEN != '' }}"
62+
echo "GH_TOKEN set? ${{ secrets.GH_TOKEN != '' }}"
63+
echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"
64+
echo "GH_TOKEN: ${{ secrets.GH_TOKEN }}"
6565
- name: Release with semantic-release
6666
env:
6767
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6868
GH_TOKEN: ${{ secrets.GH_TOKEN }}
69-
TEST: ${{ secrets.TEST }}
70-
run: echo $TEST
71-
# run: npx semantic-release
69+
run: NPM_TOKEN=$NPM_TOKEN GH_TOKEN=$GH_TOKEN npx semantic-release

0 commit comments

Comments
 (0)