We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ac4ec commit 5add6bbCopy full SHA for 5add6bb
1 file changed
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
71
steps:
72
- name: Checkout code
73
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
74
with:
75
fetch-depth: 0
76
@@ -86,6 +86,7 @@ jobs:
86
- name: Get next version
87
id: version
88
run: |
89
+ git pull
90
LATEST=$(git describe --tags --abbrev=0)
91
MAJOR=$(echo $LATEST | cut -d. -f1)
92
MINOR=$(echo $LATEST | cut -d. -f2)
0 commit comments