Skip to content

Commit

Permalink
ops: changing release library to use maintained library (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboxer23 committed May 6, 2024
1 parent 575a9b8 commit 903742e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Tag Release
on:
push:
tags:
- "v*"
- "v*.*.*"

jobs:
tagged-release:
Expand All @@ -17,8 +17,9 @@ jobs:
run: |
echo "done!"
- uses: "marvinpinto/action-automatic-releases@latest"
- uses: softprops/action-gh-release@v2
with:
token: "${{ secrets.PAT }}"
repo_token: "${{ secrets.PAT }}"
prerelease: false
files: |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.bigboxer23</groupId>
<artifactId>utils</artifactId>
<version>2.0.31</version>
<version>2.0.32</version>

<name>utils</name>
<!-- FIXME change it to the project's website -->
Expand Down

0 comments on commit 903742e

Please sign in to comment.