Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivchar Vitaly committed Jul 19, 2024
1 parent ea9197f commit 4f2659f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
env:
TOKEN: ${{ github.MVNTOKEN }}
TOKEN: ${{ secrets.MVNTOKEN }}

jobs:
build:
Expand All @@ -25,4 +25,4 @@ jobs:
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew publish -Ptoken='$TOKEN'
run: ./gradlew publish -Ptoken="$TOKEN"

0 comments on commit 4f2659f

Please sign in to comment.