1
0
Fork 0
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:
Sean Morley 2024-04-11 11:17:58 -04:00 committed by GitHub
parent d8eaa51a78
commit 53f7f90dbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: