We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0498807 commit de41cafCopy full SHA for de41caf
.github/workflows/on-release.yml
@@ -10,10 +10,13 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
+ with:
14
+ fetch-depth: 0
15
- name: Update version in code
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
run: |
19
+ git fetch --tags --force
20
source <(curl -sL http://ci.q-ctrl.com)
21
./ci vault login -r ${{ secrets.VAULT_ROLE_ID }} -s ${{ secrets.VAULT_SECRET_ID }}
22
./ci docker run qctrl/ci-images:python-3.7-ci /scripts/housekeeping.sh
0 commit comments