More changes
Some checks failed
Deploy Project / deploy (push) Failing after 4s
Testing / test (1.23.x, ubuntu-latest) (push) Successful in 49s
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
2025-02-11 17:35:50 -05:00
parent 57aa34186b
commit 8039badd88
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ jobs:
# needs: test
# if: startsWith(github.ref, 'refs/tags')
steps:
- name: Extract Version
id: version_step
run: |

View File

@ -15,7 +15,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
steps:
- uses: actions/checkout@v3