Skip to content

Commit 309f8ba

Browse files
committed
chore: Actions.
1 parent c2a194d commit 309f8ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/releasePush.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
- "*"
66
workflow_dispatch: { }
77
jobs:
8-
snapshot:
9-
name: Publish all to Release
8+
release:
9+
name: Gradle Publish
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15-
- name: Set up BadGames Repository
15+
- name: Set up Java 17
1616
uses: actions/setup-java@v4
1717
with:
1818
java-version: '17'

.github/workflows/snapPush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
workflow_dispatch: { }
66
jobs:
77
snapshot:
8-
name: Publish all to Snapshot
8+
name: Gradle Publish
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
14-
- name: Set up BadGames Repository
14+
- name: Set up Java 17
1515
uses: actions/setup-java@v4
1616
with:
1717
java-version: '17'

0 commit comments

Comments
 (0)