Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMVoid95 committed Feb 13, 2023
1 parent 17d2b11 commit e313eaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,11 @@ jobs:

- uses: gradle/gradle-build-action@v2
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
id: build
with:
arguments: build

- uses: gradle/gradle-build-action@v2
if: startsWith(github.ref, 'refs/tags/')
id: build
with:
arguments: build createChangelog

Expand All @@ -74,7 +72,6 @@ jobs:
arguments: pubishToAll

- name: 'Deploy to Nexus'
if: steps.build.outcome == 'success'
uses: gradle/gradle-build-action@v2
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
Expand Down

0 comments on commit e313eaa

Please sign in to comment.