We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576843d commit 263a7f2Copy full SHA for 263a7f2
1 file changed
.github/workflows/patch.yml
@@ -11,6 +11,9 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v5
14
+ with:
15
+ fetch-depth: 0
16
+
17
- name: Set current tag
18
run: echo "CURRENT_TAG=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_ENV
19
- run: echo $CURRENT_TAG
0 commit comments