diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml deleted file mode 100644 index e40751a..0000000 --- a/.github/workflows/create-release.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Create Release - -on: - pull_request: - types: - - closed - - workflow_run: - workflows: ["tox-testing"] - branches: [main] - types: - - completed - -jobs: - create_release: - runs-on: ubuntu-latest - if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release') - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Create Release - id: create_release - uses: softprops/action-gh-release@v1 - with: - files: | - dist/pioneer-uploader.exe - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file