Skip to content

Commit

Permalink
fix: publish created release (#53)
Browse files Browse the repository at this point in the history
# Description

<!-- "If applied, this commit will___ "-->

## Reason

<!-- Describe what and why these changes were necessary -->
  • Loading branch information
Couto authored Dec 29, 2024
1 parent cbf0c32 commit 840d6b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
release:
types: [published]
types: [released]

workflow_dispatch:
inputs:
Expand All @@ -29,5 +29,6 @@ jobs:
- uses: robinraju/release-downloader@v1
with:
tag: ${{inputs.version}}
extract: true

- run: ls

0 comments on commit 840d6b6

Please sign in to comment.