decrease version

This commit is contained in:
Anatoly Karlov 2023-10-13 18:07:37 +03:00
parent c3dc5b760c
commit caa860f0eb
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@ on:
jobs:
build:
uses: valitydev/base-workflow/.github/workflows/maven-thrift-build.yml@v2
uses: valitydev/base-workflow/.github/workflows/maven-thrift-build.yml@v1

View File

@ -8,7 +8,7 @@ on:
jobs:
build:
uses: valitydev/java-workflow/.github/workflows/maven-thrift-deploy.yml@v2
uses: valitydev/java-workflow/.github/workflows/maven-thrift-deploy.yml@v1
secrets:
server-username: ${{ secrets.OSSRH_USERNAME }}
server-password: ${{ secrets.OSSRH_TOKEN }}