Skip to content

Commit

Permalink
Set RELEASE_WORKFLOW environment variable in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Jan 17, 2025
1 parent fe35388 commit da013e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
run: chmod +x gradlew

- name: Gradle Release Build
run: RELEASE_WORKFLOW=true ./gradlew build
env:
RELEASE_WORKFLOW: true
run: ./gradlew build

- name: Set environment variables for the script below
run: |
Expand Down

0 comments on commit da013e6

Please sign in to comment.