Skip to content

Commit

Permalink
feat: run release-tag on release
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertYoung committed Sep 24, 2022
1 parent e9e5628 commit 16cabdc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
on:
push:
tags:
- "*"
release:
types:
- created
- published
- released

name: upload-release-artifacts
jobs:
Expand Down

0 comments on commit 16cabdc

Please sign in to comment.