Fetch tags
This commit is contained in:
parent
6f12bd895b
commit
011b6fecc4
3
.github/workflows/cs-update-push.yml
vendored
3
.github/workflows/cs-update-push.yml
vendored
@ -36,6 +36,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: cs
|
path: cs
|
||||||
fetch-depth: 50 #To get the topmost git tags
|
fetch-depth: 50 #To get the topmost git tags
|
||||||
|
fetch-tags: true
|
||||||
token: ${{ secrets.bot_build_repo_token }} #This is because we want to trigger a new build
|
token: ${{ secrets.bot_build_repo_token }} #This is because we want to trigger a new build
|
||||||
|
|
||||||
- name: Checkout deploy-tools
|
- name: Checkout deploy-tools
|
||||||
@ -43,7 +44,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github-server-url: ${{ github.server_url }}
|
github-server-url: ${{ github.server_url }}
|
||||||
repository: gmetribin/deploy-tools
|
repository: gmetribin/deploy-tools
|
||||||
ref: v1.1.16
|
ref: v1.1.17
|
||||||
path: deploy-tools
|
path: deploy-tools
|
||||||
# token: $\{{ github.token }} # DEFAULT / Any pushes with github.token don't trigger a chained build
|
# token: $\{{ github.token }} # DEFAULT / Any pushes with github.token don't trigger a chained build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user