Skip to content

Commit

Permalink
fixing .github configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Fameing committed Jan 8, 2024
1 parent 7aa2daf commit 70d4297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-support-stream.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to the Maven Central Repository for Support Stream Branch
name: Support Stream Branch Publish to the Maven Central Repository

on:
workflow_dispatch:
Expand All @@ -25,7 +25,7 @@ jobs:
token: ${{ secrets.RELEASE_PERSONAL_ACCESS_TOKEN }}

- name: Set up JDK
uses: actions/setup-java@v4v
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
Expand All @@ -50,7 +50,7 @@ jobs:

- name: Commit & Push changes
if: ${{ success() }}
uses: actions-js/push@master
uses: actions-js/push@v1.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
message: 'Release ${{github.event.inputs.version}}'
Expand Down

0 comments on commit 70d4297

Please sign in to comment.