diff --git a/.github/workflows/check-linter-errors.yml b/.github/workflows/check-linter-errors.yml index b54e489..f7047ad 100644 --- a/.github/workflows/check-linter-errors.yml +++ b/.github/workflows/check-linter-errors.yml @@ -9,6 +9,9 @@ on: - opened - reopened - synchronize + push: + tags: + - 'v*.*.*' jobs: check-linter-errors: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index fa71726..d96a79c 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -1,14 +1,14 @@ name: Create Release on: + push: + tags: + - 'v*.*.*' workflow_run: types: - completed workflows: - Check Linter Errors - push: - tags: - - 'v*.*.*' jobs: build: @@ -38,7 +38,7 @@ jobs: uses: vimtor/action-zip@v1.1 with: dest: github-discord-updater-${{ github.ref_name }}.zip - files: dist/ package.json pnpm-lock.yaml + files: dist/* package.json pnpm-lock.yaml - name: Release application uses: softprops/action-gh-release@v1 with: