Skip to content

Commit bd148ca

Browse files
committed
fix: next test 05
1 parent 02adece commit bd148ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
id: extract_branch_name
1212
shell: bash
1313
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
14-
#- uses: actions/setup-node@v3
15-
# with:
16-
# node-version: 19
14+
- uses: actions/setup-node@v3
15+
with:
16+
node-version: 19
1717
- name: Semantic Release
1818
id: get-next-version
1919
uses: cycjimmy/semantic-release-action@v3

0 commit comments

Comments
 (0)