diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f91a8e2..aaa5117 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - id: foo run: echo hello - continue-on-error: false + continue-on-error: true - id: bar run: sleep 5 diff --git a/.tagpr b/.tagpr index c6ef707..18fe60d 100644 --- a/.tagpr +++ b/.tagpr @@ -39,6 +39,5 @@ [tagpr] vPrefix = true releaseBranch = main - release = false + release = true versionFile = .version - \ No newline at end of file diff --git a/action.yml b/action.yml index 988a54e..a99c61a 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Expect Self Parameter' +name: 'Expect Self Params' description: 'Check if specific parameters are set for given steps' branding: