Skip to content

Commit 964e169

Browse files
committed
test pipeline
Signed-off-by: seven <[email protected]>
1 parent c1e2e23 commit 964e169

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/page-site.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- run: npm run docs:build
2020
- name: Check if version has been updated
2121
if: ${{ github.ref == 'refs/heads/master' }}
22-
run: echo "previous_tag=$(git describe --tags --abbrev=0 2>/dev/null || echo '')" >> $GITHUB_ENV
22+
run: |
23+
echo "$(git describe --tags --abbrev=0 2>/dev/null || echo '')"
24+
echo "previous_tag=$(git describe --tags --abbrev=0 2>/dev/null || echo '')" >> $GITHUB_ENV
2325
- name: Build Release (tag, release)
2426
id: create_tag
2527
uses: jaywcjlove/create-tag-action@main

0 commit comments

Comments
 (0)