Skip to content

Commit ea32675

Browse files
Update nbgv_prepare_release.yml
1 parent 3b1bf98 commit ea32675

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/nbgv_prepare_release.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,14 @@ jobs:
6161
echo "inc=$INC" >> "$GITHUB_OUTPUT"
6262
6363
# 5️⃣ Bump version and create the release branch
64-
- name: 🛠️ Bump version & create branch
64+
- name: 🛠️ Bump version & create branch
6565
id: nbgv
66-
uses: dotnet/nbgv@v0.4.2
66+
uses: dotnet/nbgv@v0.4.2
6767
with:
68-
toolVersion: 3.8.38-alpha
69-
versionIncrement: ${{ steps.map.outputs.inc }}
70-
versionFile: ${{ inputs.version_file_path }}
68+
toolVersion: 3.8.38-alpha
69+
versionIncrement: revision
70+
firstUnstableTag: dev
71+
versionFile: version.json
72+
setCommonVars: true
73+
7174

0 commit comments

Comments
 (0)