Skip to content

Commit

Permalink
tag release action work
Browse files Browse the repository at this point in the history
  • Loading branch information
arvyy committed May 12, 2024
1 parent ea6e94b commit 8a4deaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build jar
run: |
mvn -Drevision=${{ github.ref_name }}-Pnative -DskipTests=true package
mvn -Drevision=${{ github.ref_name }} -Pnative -DskipTests=true package
- name: Upload linux binary to github ${{ github.ref_name }} release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -98,7 +98,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build jar
run: |
mvn -Drevision=${{ github.ref_name }} -Pnative -DskipTests=true package
mvn '-Drevision=${{ github.ref_name }}' -Pnative -DskipTests=true package
- name: Upload windows binary to github ${{ github.ref_name }} release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8a4deaf

Please sign in to comment.