|
@@ -71,8 +71,7 @@ jobs:
|
|
|
with:
|
|
with:
|
|
|
channel: '#general'
|
|
channel: '#general'
|
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
|
- created_tag: ${{ env.SEMVER }}
|
|
|
|
|
- suffix: ${{ env.SUFFIX }}
|
|
|
|
|
|
|
+ created_tag: ${{ env.SEMVER }}${{ env.SUFFIX }}
|
|
|
|
|
|
|
|
- name: Check whether workspace is clean
|
|
- name: Check whether workspace is clean
|
|
|
run: |
|
|
run: |
|