Skip to content

Commit

Permalink
Alter release job syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Stewart committed Feb 20, 2021
1 parent 35127b9 commit 4f3a23b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
run: |
mkdir -p ~/.gradle
cat > ~/.gradle/gradle.properties <<!
gradle.publish.key="${GRADLE_PUBLISH_KEY}"
gradle.publish.secret="${GRADLE_PUBLISH_SECRET}"
!
echo "gradle.publish.key=${GRADLE_PUBLISH_KEY}" > ~/.gradle/gradle.properties
echo "gradle.publish.secret=${GRADLE_PUBLISH_SECRET}" >> ~/.gradle/gradle.properties
./gradlew build publishPlugins

0 comments on commit 4f3a23b

Please sign in to comment.