Skip to content

Commit

Permalink
build: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Nov 14, 2024
1 parent e8facf5 commit 31eb747
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
RELEASES_MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
- name: '[Non-LTS - 1.21.1] Build 🛎️'
run: |
mkdir target
cd 1_21_1
./gradlew clean build publish -Dforce-hide-version-meta=1
cp -rf target/* ../target/
Expand Down

0 comments on commit 31eb747

Please sign in to comment.