Skip to content

Commit

Permalink
🔖 Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Feb 8, 2021
1 parent e257f35 commit a2526af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Release

on:
push:
branches: [ master ]
tags: [ 'v*' ] # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
Expand All @@ -24,6 +23,8 @@ jobs:
run: chmod +x gradlew
- name: Build code
run: ./gradlew assemble
- name: Publish code
run: ./gradlew publishToMavenLocal
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
2 changes: 1 addition & 1 deletion plume/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ dockerCompose {
def artifactDesc = "Plume is a code property graph analysis library with options to extract the CPG from" +
" Java bytecode and store the result in various graph databases."
def repoUrl = "https://github.com/plume-oss/plume.git"
def artifactVersion = "0.1.3"
def artifactVersion = "0.1.4"
def website = "https://plume-oss.github.io/plume-docs/"

group = "io.github.plume-oss"
Expand Down

0 comments on commit a2526af

Please sign in to comment.