Skip to content

Commit

Permalink
chore: update release pipeline to run on published releases (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabynevada authored Jun 19, 2023
1 parent cbd5209 commit c918f9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
release:
types: [created]
types: [published]

jobs:
build:
Expand Down Expand Up @@ -52,4 +52,3 @@ jobs:
with:
file: ./publish/file-extractor-${{ runner.runtime }}.${{ runner.os == 'Windows' && 'zip' || 'tar.gz' }}
tags: true
draft: true

0 comments on commit c918f9d

Please sign in to comment.