Skip to content

Commit

Permalink
add name to plugin publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu committed Aug 21, 2024
1 parent 39e1652 commit 1c5cfec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
BRANCH: gh-pages
FOLDER: telegram-bot/build/dokka

- run: ./gradlew publishPlugins -PlibVersion=${{ needs.version.outputs.version }}
- name: Publish plugin
run: ./gradlew publishPlugins -PlibVersion=${{ needs.version.outputs.version }}
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
Expand Down

0 comments on commit 1c5cfec

Please sign in to comment.