Matthew R. Kasun пре 3 година
родитељ
комит
74d3fd0542
1 измењених фајлова са 1 додато и 0 уклоњено
  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