Skip to content

Commit 2df1bad

Browse files
authored
Fix Branch Release Tag (#73)
Closes #72 and closes #60 The problem before was that we didn't fetch the history (i.e. fetch depth 0) See here that the correct version tag was detected: https://github.com/BitteProtocol/make-agent/actions/runs/13176723432/job/36777678912?pr=73
1 parent 77d8a0a commit 2df1bad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/branch-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0 # Fetch all history to get the latest tag
1113

1214
- name: Setup Node.js
1315
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)