mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-28 17:29:36 +02:00
Update tag-latest.yml
This commit is contained in:
parent
d8eaa51a78
commit
53f7f90dbc
1 changed files with 6 additions and 0 deletions
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue