Skip to content

Commit

Permalink
Update the release tag pattern
Browse files Browse the repository at this point in the history
so the sorting of releases happens in a deterministic/more
understandable way.
  • Loading branch information
teodanciu authored and JaredCorduan committed Jan 18, 2023
1 parent bb0b5a2 commit 1910ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Push Specs
on:
push:
tags:
- 'cardano-ledger-specs-[0-9]+.[0-9]+.[0-9]+'
- 'cardano-ledger-spec-[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]'

jobs:
push-docs:
Expand Down

0 comments on commit 1910ccc

Please sign in to comment.