Skip to content

Commit c993ed3

Browse files
committed
ci: update workflows config.
1 parent f11a3bf commit c993ed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 16
15+
node-version: 18
1616

1717
- run: npm install
1818
- run: npm run build
@@ -95,7 +95,7 @@ jobs:
9595
name: ${{ steps.create_tag.outputs.version }}
9696
tag: ${{ steps.create_tag.outputs.version }}
9797
body: |
98-
Documentation ${{ needs.build.outputs.create_tag_version }}: https://raw.githack.com/jaywcjlove/reference/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
98+
Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/reference/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
9999
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
100100
101101
${{ steps.changelog.outputs.changelog }}

0 commit comments

Comments
 (0)