Skip to content

Commit

Permalink
Merge pull request #60 from liquibase/DAT-12748
Browse files Browse the repository at this point in the history
DAT-12748 Reusable Workflows: Delete all artifacts from draft release when a new pr is pushed to main
  • Loading branch information
jandroav authored Aug 23, 2023
2 parents 06cd9c0 + 547fe18 commit 3e6b665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extension-attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
tag: ${{ env.release_tag }}
fail-if-no-assets: false
fail-if-no-release: false
assets: "${{ env.artifact_id }}-*"
assets: '*.*'

- name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit 3e6b665

Please sign in to comment.