We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8472221 commit 0c91740Copy full SHA for 0c91740
1 file changed
.github/workflows/main.yml
@@ -33,7 +33,6 @@ jobs:
33
echo "build_version=${{ env.BASE_VERSION }}.$((${{ github.run_number }} - 79))" >> $GITHUB_OUTPUT
34
echo "prev_build_version=${{ env.BASE_VERSION }}.$(($((${{ github.run_number }} - 79)) - 1))" >> $GITHUB_OUTPUT
35
echo "git_short_hash=$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
36
- echo "commit_message=$(git log -1 --pretty=%B)" >> $GITHUB_OUTPUT
37
shell: bash
38
39
- uses: actions/setup-dotnet@v5
0 commit comments