Skip to content

Commit

Permalink
update the versioning config
Browse files Browse the repository at this point in the history
  • Loading branch information
smac89 committed Nov 18, 2023
1 parent 255be4a commit a01a139
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@ on:
types:
- published
- edited
push: #(1)
tags-ignore:
- 'latest'
- 'v[0-9]+'
- '!v[0-9]+.*'
branches-ignore:
- '**'
paths-ignore:
- '**'

jobs:
run-tag-latest:
tag-latest:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- uses: actions/checkout@v4
- uses: ./
with:
publish_latest_tag: true
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ on:
- edited
push: #(1)
tags-ignore:
- 'v[0-9]+'
- 'latest'
- 'v[0-9]+'
- '!v[0-9]+.*'
branches-ignore:
- '**'
paths-ignore:
Expand Down

0 comments on commit a01a139

Please sign in to comment.