We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731216d commit 7fc026dCopy full SHA for 7fc026d
.github/workflows/build.yml
@@ -48,14 +48,6 @@ jobs:
48
echo "is-preview:${{ startsWith(github.ref_name, 'preview') }}"
49
50
versioning:
51
- name: 'Determine versions'
52
- needs: [workflow-variables]
53
- uses: './.github/workflows/determine-version.yml'
54
- with:
55
- config-file-path: './.gitversion/version.yml'
56
- run-number: ${{ needs.workflow-variables.outputs.github-run-number }}
57
-
58
- versioning-new:
59
name: 'Determine versions (new)'
60
needs: [workflow-variables]
61
runs-on: ubuntu-latest
0 commit comments