README - wip

This commit is contained in:
Jakub Chrzanowski
2020-06-19 09:51:04 +02:00
parent 43fab323d4
commit 99e98e4f48
4 changed files with 71 additions and 30 deletions

View File

@@ -4,9 +4,11 @@
name: Release
on:
release:
types: [prereleased, released]
types: [released]
jobs:
# Prepare and publish the plugin to the Marketplace repository
release:
name: Publish Plugin
runs-on: ubuntu-latest
@@ -30,7 +32,7 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle-
# Publish plugin to the Marketplace
# Publish the plugin to the Marketplace
- name: Publish Plugin
env:
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}