Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
release: fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 committed Nov 16, 2021
1 parent 218b2cb commit bb7519b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Create Maven release
on:
push:
create:
tags:
- '.*'
- .*
jobs:
build:
name: Build release
deploy:
name: Deploy release
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit bb7519b

Please sign in to comment.