Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaven-stytch committed Sep 24, 2024
1 parent 472bf2b commit 621d73a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 621d73a

Please sign in to comment.