Skip to content

Commit

Permalink
CCV: v3.0 major release
Browse files Browse the repository at this point in the history
  • Loading branch information
dasunpubudumal committed Aug 1, 2021
1 parent 8215f09 commit d9f1002
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
release:
types: [created]

jobs:
build:
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ on:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Build with Maven
run: mvn clean install -DskipTests
publish:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit d9f1002

Please sign in to comment.