Skip to content

Commit f72d827

Browse files
committed
misplaced uses
1 parent e085c8c commit f72d827

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
run: echo ::set-output name=VERSION::$(gradle properties --no-daemon --console=plain -q | grep "^version:" | awk '{printf $2}')
2727

2828
- name: Publish Release to Sonatype
29+
uses: gradle/gradle-build-action@v2
2930
with:
3031
gradle-version: 7.4
31-
uses: gradle/gradle-build-action@v2
3232
arguments: assemble publish -PossrhUsername=${{secrets.SONATYPE_NEXUS_USERNAME}} -PossrhPassword=${{secrets.SONATYPE_NEXUS_PASSWORD}}
3333

3434
- name: Create Release in Github

.github/workflows/ci-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
run: echo ::set-output name=VERSION::$(gradle properties --no-daemon --console=plain -q | grep "^version:" | awk '{printf $2}')
2424

2525
- name: Publish Release to Sonatype
26+
uses: gradle/gradle-build-action@v2
2627
with:
2728
gradle-version: 7.4
28-
uses: gradle/gradle-build-action@v2
2929
arguments: assemble publish -PossrhUsername=${{secrets.SONATYPE_NEXUS_USERNAME}} -PossrhPassword=${{secrets.SONATYPE_NEXUS_PASSWORD}}
3030

3131
- name: Create Release in Github

0 commit comments

Comments
 (0)