From c817cb4261ff9972802b1829e47d57aa38fdd438 Mon Sep 17 00:00:00 2001 From: Ryder Belserion <52214219+RyderBelserion@users.noreply.github.com> Date: Fri, 10 Jun 2022 23:57:02 -0400 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 36a39f2..f8d9cff 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,26 +24,3 @@ jobs: with: name: Crazy-Auctions path: staging - create-release: - runs-on: ubuntu-latest - steps: - - name: checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 # need this for all history for all branches and tags - - name: Create Release - id: create_release - uses: nickatnight/releases-action@v3 - if: startsWith(github.ref, 'refs/tags/') - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - outputs: - ReleaseTag: ${{ steps.create_release.outputs.release_tag }} - - # pass in as env variable - explore-essos: - runs-on: ubuntu-latest - needs: [create-release] - env: - RELEASE_TAG: ${{ needs.create-release.outputs.ReleaseTag }}