diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac18141..2edd175 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,4 +13,4 @@ jobs: id: getversion uses: diligencia/semantic-git-version-action@master - name: Echo name - run: echo "The name of the branch is ${{ steps.build.outputs.branchname }}!" + run: echo "The name of the branch is ${{ steps.getversion.outputs.branchname }}!"