Skip to content

Commit 30bcfe8

Browse files
limichangelimichange
authored andcommitted
feat: test release
1 parent a4934fb commit 30bcfe8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/release-web.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ jobs:
102102
cname: ${{ env.TEST_ENDPOINT }}
103103
force_orphan: true
104104

105-
# - name: 'Notify to Slack'
106-
# if: ${{ github.event.workflow_run }}
107-
# uses: onekeyhq/actions/slack-notify-webhook@main
108-
# with:
109-
# web-hook-url: ${{ secrets.SLACK_NOTIFICATION_WEBHOOK }}
110-
# secret-key: ${{ secrets.ACTION_SIGN_SECERT_KEY }}
111-
# artifact-type: Web
112-
# artifact-name: OneKey-Web
113-
# artifact-bundle-id: 'so.onekey.wallet.web'
114-
# artifact-version-name: '${{ steps.dotenv.outputs.version }}@${{ env.BUILD_NUMBER }}'
115-
# artifact-version-code: '${{ env.BUILD_NUMBER }}'
116-
# artifact-download-url: '${{ env.ARTIFACTS_URL }}'
105+
- name: 'Notify to Slack'
106+
if: ${{ github.event.workflow_run }}
107+
uses: onekeyhq/actions/slack-notify-webhook@main
108+
with:
109+
web-hook-url: ${{ secrets.SLACK_NOTIFICATION_WEBHOOK }}
110+
secret-key: ${{ secrets.ACTION_SIGN_SECERT_KEY }}
111+
artifact-type: Web
112+
artifact-name: OneKey-Web
113+
artifact-bundle-id: 'so.onekey.wallet.web'
114+
artifact-version-name: '${{ steps.dotenv.outputs.version }}@${{ env.BUILD_NUMBER }}'
115+
artifact-version-code: '${{ env.BUILD_NUMBER }}'
116+
artifact-download-url: '${{ env.ARTIFACTS_URL }}'

0 commit comments

Comments
 (0)