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 cd5a5b6 commit 4c932ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
version-file-extraction-pattern: '(?<=version=).+'
- name: Update gradle.properties
run: |
sed -i 's/^version=.*/version${{ env.NEXT_VERSION }}/' gradle.properties
sed -i 's/^version=.*/version${{ env.NEXT_RELEASE_VERSION }}/' gradle.properties
- name: Setup JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 4c932ba

Please sign in to comment.