From 9c5b967e4ce109e119a3fb439ba7500d3d4e88a0 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 10 Jun 2023 15:10:37 +0100 Subject: [PATCH] fix --- .github/workflows/releaseArtifacts.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/releaseArtifacts.yml b/.github/workflows/releaseArtifacts.yml index e974be29..7fe98d25 100644 --- a/.github/workflows/releaseArtifacts.yml +++ b/.github/workflows/releaseArtifacts.yml @@ -1,12 +1,10 @@ name: Release Artifacts - -on: release +on: + release: [created] jobs: push: - runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.2 - name: Set up JDK 17