Skip to content

Commit

Permalink
Replace Package_version var ONE_CLICK_RELEASE_PACKAGE_VERSION in buil…
Browse files Browse the repository at this point in the history
…d process
  • Loading branch information
davseve committed Aug 7, 2023
1 parent d5cd1a6 commit a070faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/one-click-hosting-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit a070faa

Please sign in to comment.