itizawa 5 years ago
parent
commit
fd2d04ef30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

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