Explorar el Código

Merge pull request #2237 from weseek/fix/adjust-env-vars

Fix/adjust env vars
Yuki Takei hace 6 años
padre
commit
bea728b581
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/build.yml

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

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