Skip to content

Commit de41caf

Browse files
authored
misc: Tweak release CI (#228)
1 parent 0498807 commit de41caf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/on-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0
1315
- name: Update version in code
1416
env:
1517
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1618
run: |
19+
git fetch --tags --force
1720
source <(curl -sL http://ci.q-ctrl.com)
1821
./ci vault login -r ${{ secrets.VAULT_ROLE_ID }} -s ${{ secrets.VAULT_SECRET_ID }}
1922
./ci docker run qctrl/ci-images:python-3.7-ci /scripts/housekeeping.sh

0 commit comments

Comments
 (0)