Skip to content

Commit

Permalink
ci: remove build env that are no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Oct 9, 2023
1 parent e06f2dc commit bbee924
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
node_modules
key: ${{ runner.os }}-gradle-npm-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties', 'package-lock.json') }}
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Cleaning is necessary to avoid uploading two identical artifacts with different versions
run: ./gradlew clean --no-daemon
- name: Setup semantic-release
Expand Down

0 comments on commit bbee924

Please sign in to comment.