Update GitHub package action - change trigger to 'published'

This commit is contained in:
Faisal Salman 2023-04-15 00:01:15 +07:00
parent 5a26ac146e
commit c3be7326b8

View File

@ -5,7 +5,7 @@ name: Publish GitHub Package
on:
release:
types: [created]
types: [published]
jobs:
build: