Skip to content

Commit

Permalink
🔄 Synced local '.github/workflows/' with remote 'workflows/proto/'
Browse files Browse the repository at this point in the history
  • Loading branch information
valitydev-bot committed Jan 31, 2023
1 parent 31de59b commit 77c5590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
deploy:
uses: valitydev/java-workflow/.github/workflows/maven-thrift-deploy.yml@v1
uses: valitydev/java-workflow/.github/workflows/maven-thrift-deploy.yml@v2
secrets:
server-username: ${{ secrets.OSSRH_USERNAME }}
server-password: ${{ secrets.OSSRH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
build:
uses: valitydev/java-workflow/.github/workflows/maven-thrift-build.yml@v1
uses: valitydev/java-workflow/.github/workflows/maven-thrift-build.yml@v2

0 comments on commit 77c5590

Please sign in to comment.