Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Fix tag pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Dec 13, 2022
1 parent a0eb2d0 commit 03ef161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Release
on:
push:
tags:
- 'ssh-config-[0-9]+*'
- 'SSHConfig-[0-9]+*'

jobs:
build:
Expand Down

0 comments on commit 03ef161

Please sign in to comment.