Skip to content

Commit

Permalink
Remove unused step
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Feb 6, 2022
1 parent 5425604 commit 23350ee
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- run: ./gradlew build -Pversion=${{ steps.get_version.outputs.version }}

- uses: actions/upload-artifact@v2
Expand All @@ -39,11 +39,6 @@ jobs:
path: diffuse/build/libs/diffuse-*-binary.jar
if-no-files-found: error

- name: Extract release notes
id: release_notes
if: startsWith(github.ref, 'refs/tags/')
uses: ffurrer2/extract-release-notes@v1

- name: Create Release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 23350ee

Please sign in to comment.