We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1bf98 commit ea32675Copy full SHA for ea32675
1 file changed
.github/workflows/nbgv_prepare_release.yml
@@ -61,11 +61,14 @@ jobs:
61
echo "inc=$INC" >> "$GITHUB_OUTPUT"
62
63
# 5️⃣ Bump version and create the release branch
64
- - name: 🛠️ Bump version & create branch
+ - name: 🛠️ Bump version & create branch
65
id: nbgv
66
- uses: dotnet/nbgv@v0.4.2
+ uses: dotnet/nbgv@v0.4.2
67
with:
68
- toolVersion: 3.8.38-alpha
69
- versionIncrement: ${{ steps.map.outputs.inc }}
70
- versionFile: ${{ inputs.version_file_path }}
+ toolVersion: 3.8.38-alpha
+ versionIncrement: revision
+ firstUnstableTag: dev
71
+ versionFile: version.json
72
+ setCommonVars: true
73
+
74
0 commit comments