diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index e72661d..d99f775 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -6,10 +6,9 @@ on: - released - edited push: #(1) - tags-ignore: - - 'latest' - - 'v[0-9]+' - - '!v[0-9]+.[0-9]+.[0-9]+' + tags: + - 'v[0-9]+.[0-9]+' + - 'v[0-9]+.[0-9]+.[0-9]+' branches-ignore: - '**' paths-ignore: diff --git a/README.md b/README.md index 167a90d..cf2ec39 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,9 @@ on: - released - edited push: #(1) - tags-ignore: - - 'latest' - - 'v[0-9]+' - - '!v[0-9]+.[0-9]+.[0-9]+' + tags: + - 'v[0-9]+.[0-9]+' + - 'v[0-9]+.[0-9]+.[0-9]+' branches-ignore: - '**' paths-ignore: @@ -111,8 +110,8 @@ jobs: [not be created](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push) when more than three tags are pushed at once.** - If you want to track branches, swap the filters listed under - `branches-ignore` and `tags-ignore`. At all times, leave the filter for + If you want to track branches, replace `tags` with `branches` and + `branches-ignore` with `tags-ignore`. At all times, leave the filter for `paths-ignore` as is. 2. The diff --git a/package.json b/package.json index f62cc38..04139cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actionstagger", - "version": "2.1.0-rc3", + "version": "2.1.0-rc4", "repository": { "type": "git", "url": "git+https://github.com/Actions-R-Us/actions-tagger.git"