Merge pull request #106 from qemu-tools/kroese-patch-1

Update tag.yml
This commit is contained in:
Kroese 2023-05-05 02:32:30 +02:00 committed by GitHub
commit f3faf60956

View file

@ -6,7 +6,12 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
steps:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.61.0 # Don't use @master unless you're happy to test the latest version
env: