We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d0458 commit ecd243eCopy full SHA for ecd243e
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Build XTChain
14
run: CORES=10 ./build-linux.sh
15
- name: Publish binaries
16
- if: github.ref_type == 'tag'
+ if: startsWith(github.ref, 'refs/tags/')
17
env:
18
OSCW_GITHUB_USERNAME: ${{ secrets.OSCW_GITHUB_USERNAME }}
19
OSCW_GITHUB_PASSWORD: ${{ secrets.OSCW_GITHUB_PASSWORD }}
0 commit comments