Skip to content

Commit

Permalink
praying
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoenixOrigin committed Oct 15, 2023
1 parent 4414aa2 commit ffaaca5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
- name: Update gradle.properties
run: |
sed -i 's/^version=.*/version=${{ env.NEXT_RELEASE_VERSION }}/' gradle.properties
- name: Debug
run: |
ls -l
cat gradle.properties
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_user_name: 'version_increaser'
commit_user_email: '[email protected]'
commit_message: 'increase version'
- name: Setup JDK
uses: actions/setup-java@v3
with:
Expand All @@ -57,6 +58,6 @@ jobs:
password: ${{ secrets.password }}
format: maven2
repository: maven-releases
coordinates: groupId=net.phoenix artifactId=eventemitter version=${{ env.NEXT_VERSION }}
coordinates: groupId=net.phoenix artifactId=eventemitter version=${{ env.NEXT_RELEASE_VERSION }}
assets: extension=jar
filename: /build/libs/EventEmitter.jar

0 comments on commit ffaaca5

Please sign in to comment.