Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 from pascal-zarrad/feature/hotfix-release
Browse files Browse the repository at this point in the history
Release 2.1.5 / hotfix
  • Loading branch information
pascal-zarrad authored Sep 26, 2020
2 parents 0bfa1ae + df7b92c commit be90680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./target/gcaptchavalidator-${{ env.CURRENT_PROJECT_VERSION }}-jar-with-dependencies.jar
asset_name: gcaptchavalidator-{{ env.CURRENT_PROJECT_VERSION }}.jar
asset_name: gcaptchavalidator-${{ env.CURRENT_PROJECT_VERSION }}.jar
asset_content_type: application/java-archive
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>com.github.playerforcehd</groupId>
<artifactId>gcaptchavalidator</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
<packaging>jar</packaging>

<name>GCaptchaValidator</name>
Expand Down

0 comments on commit be90680

Please sign in to comment.