Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
neitomic committed Jun 11, 2023
1 parent d4ffd52 commit 65a33a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- run: mvn package
- run: mvn --batch-mode package
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: simba-athena-driver-sso-support-1.0-jar-with-dependencies.jar
files: target/simba-athena-driver-sso-support-1.0-jar-with-dependencies.jar

0 comments on commit 65a33a7

Please sign in to comment.