From 9f7f8530df0c0d69e48b704eff7466c2136e4fd5 Mon Sep 17 00:00:00 2001 From: Koen Eijkemans Date: Sat, 4 Jul 2020 17:33:26 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"