Skip to content

Commit e53a918

Browse files
committed
Reduce github action workflow
1 parent a27281e commit e53a918

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,6 @@ jobs:
2727
java-version: 17
2828
- name: Clean Build
2929
run: ./gradlew clean build --no-daemon
30-
- name: Determine release status
31-
if: ${{ runner.os == 'Linux' }}
32-
run: |
33-
if [ "$(./gradlew properties | awk '/^version:/ { print $2; }' | grep '\-SNAPSHOT')" ]; then
34-
echo "STATUS=snapshot" >> $GITHUB_ENV
35-
else
36-
echo "STATUS=release" >> $GITHUB_ENV
37-
fi
38-
- name: Archive Artifacts
39-
uses: actions/upload-artifact@v3
40-
with:
41-
name: Plugin Debug Archive
42-
path: build/libs/plugin-debug-*.jar
4330
- name: Publish package
4431
uses: gradle/gradle-build-action@v2
4532
with:

0 commit comments

Comments
 (0)