Skip to content

Commit

Permalink
[build] Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 25, 2021
1 parent a3bc85f commit 80d4a83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
release:
name: Release
uses: kordamp/kordamp-gradle-plugin-workflow/.github/workflows/release.yml@main
inputs:
with:
branch: master
version: ${{ github.event.inputs.version }}
secrets:
Expand All @@ -20,9 +20,9 @@ jobs:
gpg-public-key: ${{ secrets.GPG_PUBLIC_KEY }}
gpg-secret-key: ${{ secrets.GPG_SECRET_KEY }}
gpg-key-id: ${{ secrets.GPG_KEY_ID }}
gradle-publish_key: ${{ secrets.GRADLE_PUBLISH_KEY }}
gradle-publish_secret: ${{ secrets.GRADLE_PUBLISH_SECRET }}
gradle-publish-key: ${{ secrets.GRADLE_PUBLISH_KEY }}
gradle-publish-secret: ${{ secrets.GRADLE_PUBLISH_SECRET }}
twitter-consumer-key: ${{ secrets.TWITTER_CONSUMER_KEY }}
twitter-consumer-secret: ${{ secrets.TWITTER_ACCESS_TOKEN }}
twitter-access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
twitter-access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
twitter-access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}

0 comments on commit 80d4a83

Please sign in to comment.