Skip to content

Commit

Permalink
allow publishing snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
cleaning-agent committed Nov 24, 2023
1 parent b6712ac commit c45f06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy to Sonatype OSS repo
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+(-SNAPSHOT)?'

jobs:
build:
Expand Down

0 comments on commit c45f06f

Please sign in to comment.