Skip to content

Commit

Permalink
github actions: set publish channel as secret to avoid publish releas…
Browse files Browse the repository at this point in the history
…e when testing workflow

Signed-off-by: Vincent Gramer <[email protected]>
  • Loading branch information
vgramer committed Feb 7, 2024
1 parent de71b67 commit 41f79d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_pulbish_plugin_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
needs: [check-gradle-wrapper]
env:
ORG_GRADLE_PROJECT_publishChannel: stable
ORG_GRADLE_PROJECT_publishChannel: ${{ secrets.PUBLISH_CHANNEL }}
ORG_GRADLE_PROJECT_publishToken: ${{ secrets.PUBLISH_TOKEN }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 41f79d0

Please sign in to comment.