diff --git a/.github/workflows/semantic-release-update-v00.yml b/.github/workflows/semantic-release.yml similarity index 85% rename from .github/workflows/semantic-release-update-v00.yml rename to .github/workflows/semantic-release.yml index 36d83e5..018b9b1 100644 --- a/.github/workflows/semantic-release-update-v00.yml +++ b/.github/workflows/semantic-release.yml @@ -1,8 +1,8 @@ -name: Semantic Release Update v00 +name: Semantic Release on: workflow_dispatch: jobs: - semantic-release-update-v00: + semantic-release: runs-on: ubuntu-22.04 steps: - name: Check out repository code