Skip to content

Commit

Permalink
Merge branch '2020.1' into 2020.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DenWav committed May 14, 2021
2 parents 0cdd978 + 4fbdd2e commit 99164b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Plugin
on:
push:
tags:
- '[0-9].[0-9].[0-9]-[0-9][0-9][0-9][0-9].[1-3]'
- '*'

jobs:
publish:
Expand All @@ -20,7 +20,7 @@ jobs:
~/.gradle/jdks
~/.gradle/native
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('gradle.properties') }}
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', 'gradle/**', 'gradle.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Setup publish token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
~/.gradle/jdks
~/.gradle/native
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('gradle.properties') }}
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', 'gradle/**', 'gradle.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- run: ./gradlew build --no-daemon --stacktrace

0 comments on commit 99164b7

Please sign in to comment.