mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-14 18:09:50 +00:00
chore(deps): update anothrnick/github-tag-action action to v1.70.0 (#705)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/push.yaml
vendored
6
.github/workflows/push.yaml
vendored
@@ -83,7 +83,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate Tag
|
- name: Generate Tag
|
||||||
id: generate_tag
|
id: generate_tag
|
||||||
uses: anothrNick/github-tag-action@1.69.0
|
uses: anothrNick/github-tag-action@1.70.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
|
||||||
WITH_V: true
|
WITH_V: true
|
||||||
@@ -196,7 +196,7 @@ jobs:
|
|||||||
# Generate tag for operator without "v"
|
# Generate tag for operator without "v"
|
||||||
- name: Generate Operator Tag
|
- name: Generate Operator Tag
|
||||||
id: generate_operator_tag
|
id: generate_operator_tag
|
||||||
uses: anothrNick/github-tag-action@1.69.0
|
uses: anothrNick/github-tag-action@1.70.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
|
||||||
WITH_V: false
|
WITH_V: false
|
||||||
@@ -272,7 +272,7 @@ jobs:
|
|||||||
branch: ${{ github.ref }}
|
branch: ${{ github.ref }}
|
||||||
|
|
||||||
- name: Push Latest Tag
|
- name: Push Latest Tag
|
||||||
uses: anothrNick/github-tag-action@1.69.0
|
uses: anothrNick/github-tag-action@1.70.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
|
||||||
WITH_V: true
|
WITH_V: true
|
||||||
|
|||||||
Reference in New Issue
Block a user