Skip to content

Commit

Permalink
small pom and workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Feb 28, 2024
1 parent 4875398 commit 78f4062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Make Release
uses: ncipollo/release-action@v1
with:
artifacts: "protobuf/target/gcm-taskit-protobuf-${{ env.version }}*.jar"
artifacts: "protobuf/target/protobuf-${{ env.version }}*.jar"
prerelease: ${{ endsWith(env.version, '-SNAPSHOT') || contains(env.version, '-RC') }}
name: "v${{ env.version }}"
tag: "v${{ env.version }}"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>${revision}</version>
<packaging>pom</packaging>

<name>Translation and Serialization Toolkit for the General Computational Model</name>
<name>GCM : Taskit</name>
<description>A toolkit that aids in the conversion between two Java objects, primiarly for use with coverting between an input Java object and a application Java object, specifically for use with gcm.</description>
<url>https://github.com/HHS/aspr-ms-gcm-taskit</url>

Expand Down

0 comments on commit 78f4062

Please sign in to comment.