Skip to content

Commit

Permalink
Revert "Update release.yml"
Browse files Browse the repository at this point in the history
This reverts commit 1a6f837.
  • Loading branch information
Slenderman00 committed Sep 1, 2023
1 parent 1a6f837 commit e2d7dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
key: ${{ runner.os }}-gradle-npm-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties', 'package-lock.json') }}
- name: Build with Gradle
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew generateMeta clean
- name: Setup semantic-release
run: npm install
Expand Down

0 comments on commit e2d7dbd

Please sign in to comment.