ci: default to master branch on tag release (#943)

This commit is contained in:
Clement Tsang
2022-12-31 21:50:17 -05:00
committed by GitHub
parent 0fa11fb5c5
commit 4d5a58c3ec
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ jobs:
env:
CIRRUS_KEY: ${{ secrets.CIRRUS_TOKEN }}
run: |
python ./scripts/cirrus/build.py "${{ github.ref_name }}" "release/" "${{ inputs.caller }}"
python ./scripts/cirrus/build.py "${{ github.ref_name }}" "${{ github.ref_type }}" "release/" "${{ inputs.caller }}"
- name: Save release as artifact
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1