Matthew R. Kasun %!s(int64=3) %!d(string=hai) anos
pai
achega
74d3fd0542
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/buildandrelease.yml

+ 1 - 0
.github/workflows/buildandrelease.yml

@@ -45,6 +45,7 @@ jobs:
         uses: actions/checkout@v2
       - name: set variables
         run: |
+          echo ${{ needs.set-version.outputs.tag }} {{ needs.set-version.outputs.version }}
           TAG=${{needs.set-version.outputs.tag}}
           VERSION=${{needs.set-version.outputs.version}}
           if [[ -n ${VERSION} || -n ${TAG} ]]; then