Skip to content

Commit

Permalink
feat: update proto and java CI release (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasoares authored Oct 25, 2024
1 parent b9de3ac commit 8a65363
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 418 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/actions_upgrade.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: GitHub Actions Version Updater

# Controls when the action will run.
on:
workflow_dispatch:
schedule:
# Automatically run on every Sunday
- cron: '0 0 * * 0'

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.8.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Publish package
working-directory: java
run: mvn clean deploy jreleaser:deploy -Ppublication
run: mvn clean deploy jreleaser:1.14.0:deploy -Ppublication
env:
JRELEASER_NEXUS2_MAVEN_CENTRAL_USERNAME: ${{ secrets.JRELEASER_NEXUS2_MAVEN_CENTRAL_USERNAME }}
JRELEASER_NEXUS2_MAVEN_CENTRAL_PASSWORD: ${{ secrets.JRELEASER_NEXUS2_MAVEN_CENTRAL_PASSWORD }}
Expand Down
Loading

0 comments on commit 8a65363

Please sign in to comment.