ci: 优化工作流配置,提高构建安全性
This commit is contained in:
@@ -19,8 +19,6 @@ jobs:
|
||||
cache: gradle
|
||||
cache-dependency-path: gradle/wrapper/gradle-wrapper.properties
|
||||
- name: Build Project
|
||||
env:
|
||||
ORG_GRADLE_PROJECT_MAVEN_AIRGAME_TOKEN: ${{ secrets.MAVEN_AIRGAME_TOKEN }}
|
||||
run: chmod +x gradlew && ./gradlew build
|
||||
- name: Publish to Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
Reference in New Issue
Block a user