semver fix

This commit is contained in:
Miha Kralj
2024-11-04 14:57:02 -08:00
parent aeae3c466f
commit 5b333bd2ec
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -252,6 +252,7 @@ jobs:
(github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev')) ||
github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4