Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Don't push to marketplace on release
Browse files Browse the repository at this point in the history
I don't have a marketplace account (yet?) so publishPlugin always
fails.
  • Loading branch information
martin-sucha committed May 4, 2021
1 parent 1c7c02e commit e28d2e7
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,6 @@ on:

jobs:

# Prepare and publish the plugin to the Marketplace repository
release:
name: Publish Plugin
runs-on: ubuntu-latest
steps:

# Setup Java 1.8 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 1.8

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v2
with:
ref: ${{ github.event.release.tag_name }}

# Publish the plugin to the Marketplace
- name: Publish Plugin
env:
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
run: ./gradlew publishPlugin

# Patch changelog, commit and push to the current repository
changelog:
name: Update Changelog
Expand Down

0 comments on commit e28d2e7

Please sign in to comment.