diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index b08ad76..4812563 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -11,20 +11,12 @@ jobs: name: Draft a release runs-on: ubuntu-latest steps: - - name: Download artifacts - uses: dawidd6/action-download-artifact@v2.27.0 - with: - workflow: sql-odbc-main.yml - branch: main - workflow_conclusion: success - skip_unpack: true - - - name: Draft a release - uses: softprops/action-gh-release@v1 - with: - draft: true - generate_release_notes: true - files: | - mac64-installer.zip - windows32-installer.zip - windows64-installer.zip + - name: test + run: | + echo ${{github.event.pull_request.head.sha}} + echo "=========" + echo ${{github.sha}} + echo =========== + echo ${{github.event}} + echo =========== + echo ${{github.event.tag}}