Skip to content

Commit

Permalink
Fix release workflow, configure codacy config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNDRmac committed Dec 16, 2020
1 parent 426ae9b commit 1223293
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ engines:
exclude_paths:
- 'ext/**'
- 'prototypes/**'
- 'templates/**'
- 'CHANGELOG.md'
- '**.md'
- '**.json'
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Setup Environment Variables
uses: allenevans/set-env@v1.0.0
uses: allenevans/set-env@v2.0.0
with:
BOX_VERSION: '3.8.4'

Expand All @@ -36,7 +36,7 @@ jobs:
run: echo ::set-output name=dir::$(composer config cache-files-dir)

- name: Setup Composer Cache
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit 1223293

Please sign in to comment.