Skip to content
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
e90087d
fix(package): correct repository URL
Apr 11, 2025
8af524b
fix: github flow fix
Apr 11, 2025
98dc0b7
fix: updated
Apr 11, 2025
770bb90
Merge branch 'main' of github-first:Arunkumarcs/rule-engine into v1.3.1
Apr 11, 2025
bb8bec0
semantic-release proper setup
Apr 11, 2025
89e0e8d
fix: rules
Apr 11, 2025
2f5ff20
commitizen
Apr 11, 2025
da4b29f
fix(updated commitizen): commitizen
Apr 11, 2025
997afc1
fix(node versions): s
Apr 11, 2025
3afe6d7
fix(commiter): semantic-release
Apr 11, 2025
7352470
update tokens
Apr 11, 2025
db03c83
fix(minor ci/cd): ci/cd
Apr 11, 2025
a0cccca
update
Apr 11, 2025
0476d84
fix(debug secrets): debug secrets
Apr 11, 2025
200bb55
fix(two npm only): two npm only
Apr 11, 2025
3ab8ed5
resolver
Apr 11, 2025
db3ee18
update modifiers
Apr 11, 2025
3a12889
resolver
Apr 11, 2025
97bf041
just debug
Apr 11, 2025
ca59620
update secrets test
Apr 11, 2025
8352150
fix
Apr 11, 2025
fa4bfe6
resolver
Apr 11, 2025
2fad4d6
Merge branch 'main' of github-first:Arunkumarcs/rule-engine into v1.3.1
Apr 11, 2025
2fd11a6
update
Apr 11, 2025
57dd397
Merge branch 'main' of github-first:Arunkumarcs/rule-engine into v1.3.1
Apr 11, 2025
c618691
resolver
Apr 11, 2025
7c4c853
resolver
Apr 11, 2025
9d2fa22
resolver
Apr 11, 2025
9818506
resolver
Apr 11, 2025
0123d8c
test
Apr 11, 2025
6f0c4d9
Merge branch 'main' of github-first:Arunkumarcs/rule-engine into v1.3.1
Apr 11, 2025
9a0ed54
Merge branch 'main' of github-first:Arunkumarcs/rule-engine into v1.3.1
Apr 11, 2025
0e9c796
resolver
Apr 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,16 @@ jobs:
registry-url: "https://registry.npmjs.org/"

- run: npm ci
# - run: npm run build
# - run: npm run test:badges
# - name: Debug secrets
# run: |
# echo "NPM_TOKEN set? ${{ secrets.NPM_TOKEN != '' }}"
# echo "GH_TOKEN set? ${{ secrets.GH_TOKEN != '' }}"
# echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"
# echo "GH_TOKEN: ${{ secrets.GH_TOKEN }}"
- run: npm run build
- run: npm run test:badges
- name: Debug secrets
run: |
echo "NPM_TOKEN set? ${{ secrets.NPM_TOKEN != '' }}"
echo "GH_TOKEN set? ${{ secrets.GH_TOKEN != '' }}"
echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"
echo "GH_TOKEN: ${{ secrets.GH_TOKEN }}"
- name: Release with semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
TEST: ${{ secrets.TEST }}
run: echo $TEST
# run: npx semantic-release
run: NPM_TOKEN=$NPM_TOKEN GH_TOKEN=$GH_TOKEN npx semantic-release