update(ci): move release outputs declaration

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra
2023-05-08 13:12:59 +00:00
committed by poiana
parent 33b0173657
commit 24693a1e1e

View File

@@ -11,6 +11,10 @@ concurrency:
jobs:
release-settings:
runs-on: ubuntu-latest
outputs:
is_latest: ${{ steps.get_settings.outputs.is_latest }}
bucket_suffix: ${{ steps.get_settings.outputs.bucket_suffix }}
should_publish: ${{ steps.get_settings.outputs.should_publish }}
steps:
- name: Get latest release
uses: rez0n/actions-github-release@v2.0