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 06587ab commit 9487581Copy full SHA for 9487581
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
id: create-build-number
80
run: |
81
git fetch --unshallow --filter=tree:0
82
- $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)
+ git rev-list --count origin/${{ github.ref_name }} ^origin/main
83
echo $1
84
echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)
85
echo "build-number=$(git rev-list --count origin/${{ github.ref_name }} ^origin/main)" >> GITHUB_OUTPUT
0 commit comments