GitHub Actions - Release - cache action not allowed in released event

This commit is contained in:
Jakub Chrzanowski 2020-06-23 06:46:45 +02:00
parent 3cd88c8375
commit a56c0661dc

View File

@ -26,14 +26,6 @@ jobs:
with:
java-version: 1.8
# Cache Gradle dependencies
- name: Setup Cache
uses: actions/cache@v1
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle-
# Publish the plugin to the Marketplace
- name: Publish Plugin
env: