From 621d73a49c1c77dc11b104bed783c864f902dc4b Mon Sep 17 00:00:00 2001 From: Jordan Haven Date: Tue, 24 Sep 2024 11:39:20 -0400 Subject: [PATCH] test --- .github/workflows/autopublish.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/autopublish.yml b/.github/workflows/autopublish.yml index 913eb4168..4db6ecaeb 100644 --- a/.github/workflows/autopublish.yml +++ b/.github/workflows/autopublish.yml @@ -6,22 +6,17 @@ on: workflow_dispatch: jobs: - setup: - name: Setup environment + check: + name: Check versions and tags runs-on: ubuntu-latest + outputs: + tag_exists: ${{ steps.tags.outputs.tag_exists }} steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: distribution: zulu java-version: 11 - check: - name: Configure Publish Job - runs-on: ubuntu-latest - needs: setup - outputs: - tag_exists: ${{ steps.tags.outputs.tag_exists }} - steps: - name: Get this commit version id: version run: |