Matthew R. Kasun 3 years ago
parent
commit
0762e20116
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/buildandrelease.yml

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

@@ -28,6 +28,7 @@ jobs:
           PACKAGE_VERSION=$(echo ${NETMAKER_VERSION} | tr -cd '[:digit:].')
           echo "PACKAGE_VERSION=${PACKAGE_VERSION}" >> $GITHUB_ENV
       - name: Echo
+        id: echo
         run: |
           echo ${{ env.NETMAKER_VERSION }}
           echo ${{ env.PACKAGE_VERSION }}