We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8841ffb commit 5b1a4a8Copy full SHA for 5b1a4a8
1 file changed
.github/workflows/ci.yml
@@ -32,8 +32,6 @@ jobs:
32
runs-on: ubuntu-latest
33
steps:
34
- uses: actions/checkout@v4
35
- with:
36
- fetch-depth: 0
37
38
- name: Setup Node.js
39
uses: actions/setup-node@v4
@@ -66,6 +64,7 @@ jobs:
66
64
- name: Get tag description
67
65
id: tag_description
68
run: |
+ git fetch --tags --force
69
echo "TAG_DESC<<EOF" >> $GITHUB_OUTPUT
70
git tag -l --format='%(contents)' ${{ github.ref_name }} >> $GITHUB_OUTPUT
71
echo "EOF" >> $GITHUB_OUTPUT
0 commit comments