mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-25 07:49:37 +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:
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue