Skip to content

Commit 02f472e

Browse files
authored
Update release-pipeline.yaml
1 parent 27e4400 commit 02f472e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-pipeline.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
working-directory: Sapling
2626
id: get_version
2727
run: |
28-
dotnet run --no-build -- --version
29-
VERSION=$(dotnet run --no-build -- --version | tr -d '\r\n')
28+
VERSION=1.0.0
3029
echo "Application version: $VERSION"
3130
echo "::set-output name=version::$VERSION"
3231

0 commit comments

Comments
 (0)