From ca25654810c9a2673af7e5f9467f8d2102b1f9b7 Mon Sep 17 00:00:00 2001 From: Grumpy Programmer Date: Mon, 25 Apr 2022 16:27:08 +0200 Subject: [PATCH] chore: switch to conventional-commits-semver-release in build pipeline --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ed3938..abd5e72 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: branch +name: main on: push: branches: @@ -24,8 +24,7 @@ jobs: - name: semver id: semver -# uses: ./ - uses: grumpy-programmer/actions-semver-release@v1 # TODO: remove this temporary usage of old actions-semver-release + uses: ./ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: