Update tag-latest.yml
This commit is contained in:
6
.github/workflows/tag-latest.yml
vendored
6
.github/workflows/tag-latest.yml
vendored
@@ -8,6 +8,12 @@ jobs:
|
|||||||
update-latest-tag:
|
update-latest-tag:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Set up Git user
|
||||||
|
run: |
|
||||||
|
git config user.name "${{ github.actor }}"
|
||||||
|
git config user.email "${{ github.actor }}@users.noreply.github.com"
|
||||||
- name: Run latest-tag
|
- name: Run latest-tag
|
||||||
uses: EndBug/latest-tag@latest
|
uses: EndBug/latest-tag@latest
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user