fixing kepler json and version

This commit is contained in:
msramalho
2022-07-01 14:45:51 +02:00
parent f287cb8d02
commit c6e3671a16
3 changed files with 3 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: [checks]
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v1