Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 5df3270

Browse files
calebkiagebaywet
andauthored
Update .github/workflows/release-cli.yml
Co-authored-by: Vincent Biret <[email protected]>
1 parent 04f5383 commit 5df3270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
rid: ['win-x64', 'osx-x64', 'linux-x64']
1111
env:
1212
NUGET_URL: https://nuget.pkg.github.com/microsoft/index.json
13-
PACKAGE_VERSION: ${{github.ref_name || 'v1.0.0'}}
13+
PACKAGE_VERSION: ${{github.ref_name || 'v0.1.0'}}
1414
PACKAGE_ZIP_TEMPLATE: "msgraph-cli-{0}-{1}.zip"
1515
OUTPUT_DIR: /tmp/publish
1616
steps:

0 commit comments

Comments
 (0)