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:
|
||||
runs-on: ubuntu-latest
|
||||
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
|
||||
uses: EndBug/latest-tag@latest
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user