Skip to content

Commit

Permalink
publish beta's the same way we publish final releases (#273)
Browse files Browse the repository at this point in the history
* publish beta's the same way we publish final releases

* Delete radar-snapshot-action.yml
  • Loading branch information
tjulien authored Feb 27, 2023
1 parent 49ce52b commit ed371b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/radar-release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Radar Release Action
on:
release:
# See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
types: [ released ]
types: [ prereleased, released ]
jobs:
Build-And-Publish:
runs-on: ubuntu-latest
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/radar-snapshot-action.yml

This file was deleted.

0 comments on commit ed371b6

Please sign in to comment.