Publish package on released

master
hasan genc 3 years ago committed by GitHub
parent b3e98949ef
commit 8666619e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/publish.yml

@ -1,7 +1,7 @@
name: Publish Package
on:
release:
types: [created]
types: [released]
jobs:
Publish:
runs-on: ubuntu-latest

Loading…
Cancel
Save