From 5a4c3eb2014b3153f9648ea0256c501dd3a41d8b Mon Sep 17 00:00:00 2001 From: Koen Eijkemans Date: Sat, 4 Jul 2020 15:44:00 +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 159ba85..a582774 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 + uses: diligencia/sementantic-git-version-action@v1 - name: Echo name run: echo "The name of the branch is ${{ steps.hello.outputs.branchname }}"