Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Dec 30, 2024
1 parent d2ad565 commit 483dd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest
if: github.ref_name == 'main' && endsWith(needs.deploy.outputs.version, '-SNAPSHOT')
if: github.ref_name == 'main' && endsWith(needs.build.outputs.version, '-SNAPSHOT')
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 483dd6a

Please sign in to comment.