We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5bda1 commit 8039658Copy full SHA for 8039658
.github/workflows/release-pipeline.yaml
@@ -25,7 +25,7 @@ jobs:
25
working-directory: src/Sapling
26
id: get_version
27
run: |
28
- VERSION=1.2.3
+ VERSION=1.2.4
29
echo "Application version: $VERSION"
30
echo "::set-output name=version::$VERSION"
31
0 commit comments