Skip to content

Commit

Permalink
ci: in a if statement, if the variable doesn't exists, returns true
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Jun 3, 2024
1 parent 5fe91a3 commit 9073054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Copy packages
run: rclone sync -M --no-update-modtime -v spaces:nethsecurity/dev/${{ env.MAJOR_VERSION }}/ spaces:nethsecurity/stable/${{ env.MAJOR_VERSION }}/
- name: Update latest release
if: github.event.inputs.new_release
if: inputs.new_release
run: rclone sync -v spaces:nethsecurity/dev/latest_release spaces:nethsecurity/stable/latest_release

0 comments on commit 9073054

Please sign in to comment.