summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-12-31 21:50:17 -0500
committerGitHub <noreply@github.com>2022-12-31 21:50:17 -0500
commit4d5a58c3eced02189b70ecfdae4dc600b98d20c2 (patch)
tree3160245e72640c7996917d13c89eacc4cb9e3c3a /.github
parent0fa11fb5c554b72afbdbe6e0c507ff1d31ac8880 (diff)
ci: default to master branch on tag release (#943)0.7.0
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_releases.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml
index 833b68a5..d062a98b 100644
--- a/.github/workflows/build_releases.yml
+++ b/.github/workflows/build_releases.yml
@@ -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