Skip to content

Commit

Permalink
Merge pull request #2 from mineserv-top/v1.1
Browse files Browse the repository at this point in the history
Fix release version.
  • Loading branch information
AlphaMSq authored Nov 12, 2023
2 parents dd95ae7 + 503c7d3 commit 825a436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build -PVERSION="${{ env.VERSION }}"

- name: Archive artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 825a436

Please sign in to comment.