Update release-helper.yml

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-10-05 08:12:09 +02:00 committed by GitHub
parent 49333bc1e3
commit 2f0a4ecf2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -12,11 +12,8 @@ jobs:
steps:
- name: Get github directory
id: cache-gradle
uses: actions/cache@v1
with:
path: ~/.github
key: ${{ runner.os }}-github
path: "**/.github"
- uses: actions/checkout@v3