diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7884cde..4ca8e28 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,6 @@ jobs: steps: - name: Get version id: getversion - uses: diligencia/sementantic-git-version-action@master + uses: diligencia/semantic-git-version-action@master - name: Echo name run: echo "The name of the branch is ${{ steps.getversion.outputs.branchname }}"