From 8125806f3764ffcbb3bffb68111022d913870765 Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Wed, 7 Feb 2024 11:35:36 +1300 Subject: [PATCH] ci: Add revert to version bump list. --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 49ec4ca2..f5d79fd5 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -41,7 +41,7 @@ jobs: id: semver uses: ietf-tools/semver-action@v1 with: - patchList: fix, bugfix, perf, refactor, test, tests, chore + patchList: fix, bugfix, perf, refactor, test, tests, chore, revert token: ${{ github.token }} branch: main