Skip to content

Commit

Permalink
Re-add "published" release type
Browse files Browse the repository at this point in the history
  • Loading branch information
rodelgc committed Mar 6, 2023
1 parent 3761267 commit 718ef83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-release.yml
@@ -1,7 +1,7 @@
name: Smoke test release
on:
release:
types: [released, prereleased]
types: [released, prereleased, published]
workflow_dispatch:
inputs:
tag:
Expand Down

0 comments on commit 718ef83

Please sign in to comment.