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 ef07a92 commit 4414aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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_RELEASE_VERSION }}/' gradle.properties
sed -i 's/^version=.*/version=${{ env.NEXT_RELEASE_VERSION }}/' gradle.properties
- name: Debug
run: |
ls -l
Expand All @@ -48,7 +48,7 @@ jobs:
with:
gradle-version: release-candidate
arguments: shadowJar
- run: echo env.NEXT_VERSION_PATCH
- run: echo ${{ env.NEXT_VERSION_PATCH }}
- name: Nexus Repo Publish
uses: sonatype-nexus-community/nexus-repo-github-action@master
with:
Expand Down

0 comments on commit 4414aa2

Please sign in to comment.