Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aws404 authored Jan 23, 2024
1 parent 674c52b commit 863d3fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#Publishing-using-gradle

name: Gradle Package
name: publish

on:
workflow_dispatch:
release:
types: [created]


jobs:
build-and-publish:
runs-on: ubuntu-latest
Expand All @@ -27,7 +26,7 @@ jobs:
cache: 'gradle'

- name: Build with Gradle
id: build,
id: build
run: chmod +x gradlew && ./gradlew build

- name: Find correct JAR
Expand Down

0 comments on commit 863d3fd

Please sign in to comment.