Skip to content

Commit

Permalink
updated release logic in workflow update jar
Browse files Browse the repository at this point in the history
  • Loading branch information
RCFromCLE committed Aug 6, 2024
1 parent cd8b9c6 commit 5ddf0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: update-jar-and-release
on:
schedule:
- cron: '0 10 * * *' # Run daily at 5 AM EST
workflow_dispatch: # Allow manual triggers
workflow_dispatch: # Allow manual triggering
jobs:
check-and-update-jar:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5ddf0ef

Please sign in to comment.