Skip to content

Commit

Permalink
exit worklow as success
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Nov 20, 2024
1 parent fbd67a9 commit 105941c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: steps.check_for_changes.outputs.has_changes == 'false'
run: |
echo "No new commits since the last tag. Skipping release notes update."
exit 1
exit 0
- name: Decode upload keys
uses: davidSchuppa/base64Secret-toFile-action@199e78f212c854d2284fada7f3cd3aba3e37d208
Expand Down

0 comments on commit 105941c

Please sign in to comment.