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