We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11a3bf commit c993ed3Copy full SHA for c993ed3
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-node@v3
14
with:
15
- node-version: 16
+ node-version: 18
16
17
- run: npm install
18
- run: npm run build
@@ -95,7 +95,7 @@ jobs:
95
name: ${{ steps.create_tag.outputs.version }}
96
tag: ${{ steps.create_tag.outputs.version }}
97
body: |
98
- Documentation ${{ needs.build.outputs.create_tag_version }}: https://raw.githack.com/jaywcjlove/reference/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
+ Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/reference/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
99
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
100
101
${{ steps.changelog.outputs.changelog }}
0 commit comments