Skip to content

Commit

Permalink
fix: Correct API version environment variable in release upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulanerus committed Dec 12, 2024
1 parent b421938 commit cf9272f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: ./gradlew :api:build

- name: Upload API
run: gh release upload v${{ env.VERSION }} api/build/libs/api-${{ API_VERSION }}.jar --clobber
run: gh release upload v${{ env.VERSION }} api/build/libs/api-${{ env.API_VERSION }}.jar --clobber

build:
needs: create-release
Expand Down

0 comments on commit cf9272f

Please sign in to comment.