Skip to content

Commit

Permalink
Use alternate keys, v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffalder committed Jan 10, 2023
1 parent b5ddd99 commit 247c99a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,10 @@ jobs:
with:
arguments: build

- name: write publish secrets
run: |
echo "$GRADLE_PLUGIN_PORTAL_PROPERTIES" >> gradle.properties
shell: bash
env:
GRADLE_PLUGIN_PORTAL_PROPERTIES: ${{ secrets.GRADLE_PLUGIN_PORTAL_PROPERTIES }}

# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
- name: Publish to Gradle Plugins Portal
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: publishPlugins
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'io.github.jeffalder'
version = '0.0.2'
version = '0.0.3'

repositories {
mavenCentral()
Expand Down

0 comments on commit 247c99a

Please sign in to comment.