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 322b8d2 commit e069d9aCopy full SHA for e069d9a
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
run: |
81
git fetch --unshallow --filter=tree:0
82
echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)
83
- echo "build-number=$(echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)) ^origin/main)" >> GITHUB_OUTPUT
+ echo "build-number=$(echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main))" >> GITHUB_OUTPUT
84
- name: ''
85
shell: bash
86
0 commit comments