Skip to content

Commit

Permalink
💚 ci: Hopefully fix it.
Browse files Browse the repository at this point in the history
Signed-off-by: kokodev <[email protected]>
  • Loading branch information
kokofixcomputers committed Nov 30, 2024
1 parent b20d43a commit dc9d914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
id: changes
uses: simbo/changes-between-tags-action@v1
with:
tag-pattern: '^[0-9]+\.[0-9]+\.[0-9]+$' # Adjusted regex for tags without 'v'
tag-pattern: '^[0-9]+\.[0-9]+\.[0-9]+(-prerelease[0-9]*)?$'

# Download artifacts from previous jobs.
- name: Download Linux artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
id: changes
uses: simbo/changes-between-tags-action@v1
with:
tag-pattern: '^[0-9]+\.[0-9]+\.[0-9]+$' # Adjusted regex for tags without 'v'
tag-pattern: '^[0-9]+\.[0-9]+\.[0-9]+(-prerelease[0-9]*)?$'

# Download artifacts from previous jobs.
- name: Download Linux artifact
Expand Down

0 comments on commit dc9d914

Please sign in to comment.