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

pull/9/head
Jakub Chrzanowski 4 years ago
parent 3cd88c8375
commit a56c0661dc

@ -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:

Loading…
Cancel
Save