Skip to content

Commit 1b0256d

Browse files
Arunkumarcsarunt2s
andauthored
V1.3.1 (#13)
* 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 --------- Co-authored-by: arunt2s <[email protected]>
1 parent 65f60ac commit 1b0256d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
node-version: [20.x, 21.x]
22+
node-version: [20.x]
2323

2424
steps:
2525
- uses: actions/checkout@v4
@@ -63,8 +63,8 @@ jobs:
6363
echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"
6464
echo "GH_TOKEN: ${{ secrets.GH_TOKEN }}"
6565
66-
# - name: Release with semantic-release
67-
# env:
68-
# GH_TOKEN: ${{ secrets.GH_TOKEN }}
69-
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
70-
# run: npx semantic-release
66+
- name: Release with semantic-release
67+
env:
68+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
69+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
70+
run: npx semantic-release

0 commit comments

Comments
 (0)