Skip to content

Commit

Permalink
delete useless steps
Browse files Browse the repository at this point in the history
  • Loading branch information
shiraji committed Apr 6, 2020
1 parent c98d930 commit 2e8bd95
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
with:
path: ~/.gradle/wrapper
key: v1-gradle-wrapper-${{ hashFiles('settings.gradle.kts') }}-${{ hashFiles('build.gradle.kts') }}-${{ hashFiles('gradle.properties') }}
- name: set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: DL all dependencies
run: ./gradlew resolveDependencies
- name: ktlint and verify plugin
Expand All @@ -42,9 +38,6 @@ jobs:
with:
path: ~/.gradle/wrapper
key: v1-gradle-wrapper-${{ hashFiles('settings.gradle.kts') }}-${{ hashFiles('build.gradle.kts') }}-${{ hashFiles('gradle.properties') }}
- name: get the version
id: get_version
run: echo ::set-output name=version::${github_ref/refs\/tags\//}
- name: Release
env:
TAG_NAME: ${{ github.ref }}
Expand All @@ -65,9 +58,6 @@ jobs:
with:
path: ~/.gradle/wrapper
key: v1-gradle-wrapper-${{ hashFiles('settings.gradle.kts') }}-${{ hashFiles('build.gradle.kts') }}-${{ hashFiles('gradle.properties') }}
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Release
env:
TAG_NAME: ${{ github.ref }}
Expand Down

0 comments on commit 2e8bd95

Please sign in to comment.