fix(build): fix release workflow

- consider changing the method to get changed files
This commit is contained in:
Arthur Meyre
2021-09-21 10:27:39 +02:00
parent 3e5ce49b0d
commit 58ecf56c7c

View File

@@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- name: Get changed files
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
if: ${{ (github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/')) || github.event_name == 'pull_request' }}
uses: Ana06/get-changed-files@ea75ed777daf24d6e95f43957bd26b1eab20806c
id: files
with: