From a070faab9aeb204ee05d9ff19564e54835259016 Mon Sep 17 00:00:00 2001 From: David Seveloff Date: Mon, 7 Aug 2023 09:25:59 +0300 Subject: [PATCH] Replace Package_version var ONE_CLICK_RELEASE_PACKAGE_VERSION in build process --- .github/workflows/one-click-hosting-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/one-click-hosting-release.yml b/.github/workflows/one-click-hosting-release.yml index fd80bb4ccb0..b3af04b3f51 100644 --- a/.github/workflows/one-click-hosting-release.yml +++ b/.github/workflows/one-click-hosting-release.yml @@ -64,7 +64,7 @@ jobs: PACKAGE_VERSION: ${{ env.ONE_CLICK_RELEASE_PACKAGE_VERSION }} BUILD_SCRIPT_PATH: "./.github/scripts/build-zip.sh" - name: Generate changelog - uses : ./.github/workflows/generate-changelog + uses: ./.github/workflows/generate-changelog with: TOKEN: ${{ secrets.MAINTAIN_TOKEN }} REPOSITORY: ${{ github.repository }} @@ -84,7 +84,7 @@ jobs: body_path: ${{ env.CHANGELOG_FILE }} - name: Post To Slack Created Cloud one click Release if: ${{ github.event.inputs.pre_release }} == false - uses : ./.github/workflows/post-to-slack + uses: ./.github/workflows/post-to-slack with: SLACK_BOT_TOKEN: ${{ secrets.SLACK_TOKEN }} SLACK_TAG_CHANNELS: ${{ secrets.SLACK_CHANNEL_RELEASE }}