Update the release process and setup the process to specify tags (#145)

* feat: Update the release process
* feat: Update the GH action checkout version
This commit is contained in:
Pascal Zimmermann
2024-03-10 20:39:20 +01:00
committed by GitHub
parent fcea09907c
commit 9870d48124
4 changed files with 32 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Verify action syntax
# The action should not publish any real changes, but should succeed.
uses: './'