Skip to content

Commit

Permalink
changed Release action to be triggered on tag push.
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Mar 18, 2021
1 parent 633fa8c commit a08ed30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -2,8 +2,9 @@
name: Release

on:
release:
types: [created]
push:
tags:
- v*

jobs:
npm:
Expand Down

0 comments on commit a08ed30

Please sign in to comment.