Browse Source

debug echo

Matthew R. Kasun 3 years ago
parent
commit
74d3fd0542
1 changed files with 1 additions and 0 deletions
  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