Skip to content

Commit 595abd6

Browse files
author
m.r
committed
fix release
1 parent 700dae9 commit 595abd6

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,17 @@ jobs:
1515
- name: install Node js Version 20.x
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '20.x'
19-
- name: Run application
20-
run: npm run start
18+
node-version: '20.x'
2119
- name: Retrieve Release Version
2220
run: echo "PV=$(node version.js)" >> $GITHUB_ENV
23-
# - run: git pull
24-
# - run: git log -1 -- package.json
25-
# - name: node test
26-
# run: node body.js >>test
2721
- run: cat change-log
28-
# - run: git log -p -1 -- package.json
2922
- name: Retrieve Release Body
3023
run: |
3124
{
3225
echo 'PB<<EOF'
3326
cat change-log
3427
echo EOF
3528
} >> $GITHUB_ENV
36-
- name: Run application
37-
run: npm run start
38-
# - name: Archive Release
39-
# uses: thedoctor0/[email protected]
40-
# with:
41-
# filename: arc.zip
42-
# exclusions: '*.git* /*node_modules/* .github version.js'
43-
# - name: Retrieve Version
44-
# run: echo "PV=$(node version.js)" >> $GITHUB_ENV
4529
- run: echo ${{env.PV}}
4630
- name: Create Github Release
4731
uses: actions/create-release@v1

0 commit comments

Comments
 (0)