Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Jan 10, 2024
1 parent df7d15f commit 0de85c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
tag_name: v${{ steps.set-version.outputs.version }}
prerelease: ${{ github.event_name != 'release' }}
files: build/libs/${{ steps.version.outputs.name }}.jar
files: build/libs/${{ steps.set-version.outputs.name }}.jar
token: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Docker Hub
Expand Down

0 comments on commit 0de85c2

Please sign in to comment.