Skip to content

Commit 5add6bb

Browse files
committed
Pull before release
1 parent b3ac4ec commit 5add6bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Checkout code
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v6
7474
with:
7575
fetch-depth: 0
7676

@@ -86,6 +86,7 @@ jobs:
8686
- name: Get next version
8787
id: version
8888
run: |
89+
git pull
8990
LATEST=$(git describe --tags --abbrev=0)
9091
MAJOR=$(echo $LATEST | cut -d. -f1)
9192
MINOR=$(echo $LATEST | cut -d. -f2)

0 commit comments

Comments
 (0)