Skip to content

Commit

Permalink
use tag to trigger publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
springuper committed Nov 30, 2022
1 parent 5b4d884 commit 1468648
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Publish package to GitHub Packages
on:
release:
types: [created]
push:
tags:
- '*'

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1468648

Please sign in to comment.