Skip to content

Commit

Permalink
test 1
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Jun 20, 2023
1 parent f177035 commit 66bc6a5
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 66bc6a5

Please sign in to comment.