Skip to content

Commit 5b1a4a8

Browse files
committed
fix tag description
1 parent 8841ffb commit 5b1a4a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v4
35-
with:
36-
fetch-depth: 0
3735

3836
- name: Setup Node.js
3937
uses: actions/setup-node@v4
@@ -66,6 +64,7 @@ jobs:
6664
- name: Get tag description
6765
id: tag_description
6866
run: |
67+
git fetch --tags --force
6968
echo "TAG_DESC<<EOF" >> $GITHUB_OUTPUT
7069
git tag -l --format='%(contents)' ${{ github.ref_name }} >> $GITHUB_OUTPUT
7170
echo "EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)