Skip to content

Commit

Permalink
chore : improve cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fhebuterne committed Feb 21, 2021
1 parent 82c84c6 commit 242a7a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mcscankt-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: McScanKt CD - Java 11 with Kotlin
on:
push:
tags:
- '[0-9]+\.[0-9]+\.[0-9]+-[0-9]+'
- '[0-9]+\.[0-9]+\.[0-9]+'

jobs:
Expand All @@ -26,7 +25,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false
- name: Get the tag version
Expand Down

0 comments on commit 242a7a9

Please sign in to comment.