From 87b8d027bb05ead7ba4e464aecebe7873ca57dd0 Mon Sep 17 00:00:00 2001 From: codfish <1666298+codfish@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:54:33 -0500 Subject: [PATCH] feat: test default values --- .github/workflows/validate.yml | 16 ---------------- action.yml | 1 + 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 35a159a..94512e0 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -23,23 +23,7 @@ jobs: uses: ./ with: dry_run: true - branches: | - [ - '+([0-9])?(.{+([0-9]),x}).x', - 'main', - 'next', - 'next-major', - { - name: 'beta', - prerelease: true - }, - { - name: 'alpha', - prerelease: true - } - ] repository-url: https://github.com/codfish/semantic-release-action.git - tag-format: 'v${version}' extends: '@semantic-release/apm-config' additional-packages: | ['@semantic-release/apm', '@semantic-release/git'] diff --git a/action.yml b/action.yml index c598a61..4f9d06f 100644 --- a/action.yml +++ b/action.yml @@ -58,6 +58,7 @@ inputs: 'The Git tag format used by semantic-release to identify releases. https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#tagformat' required: false + defeault: 'vErSiOn${version}' branch: description: 'DEPRECATED. Will continue to be supported for v1. Use `branches` instead. Previously used in