Create tag

This commit is contained in:
Joel Wachsler 2022-07-10 20:51:02 +00:00
parent 91580cca28
commit 0936a15d29

View File

@ -18,4 +18,5 @@ jobs:
run: | run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]" git config --local user.name "github-actions[bot]"
git tag "v${{ steps.determine-version.outputs.version }}" -a -m "Create new release"
git push origin "v${{ steps.determine-version.outputs.version }}" git push origin "v${{ steps.determine-version.outputs.version }}"