Skip to content

Commit

Permalink
fix: Release 3 (#41)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
diegolagospagopa authored Jul 4, 2024
1 parent 28e3776 commit f596260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: print_ok
id: print
if: steps.release.outputs.new_release_published == 'true'
run: echo "New Release value ${{steps.release.outputs.new_release_published}}"
run: echo "New Release version ${{steps.release.outputs.new_release_version}}"

- name: print_fail
id: print_fail
Expand Down
2 changes: 1 addition & 1 deletion force-release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
471752
471755

0 comments on commit f596260

Please sign in to comment.