Skip to content

Commit

Permalink
chore: publish release on push of tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Nov 7, 2024
1 parent d88d244 commit 81637bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish-release-on-tag-push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish release on tag push

on:
workflow_dispatch:
workflow_call:
push:
tags:
- "*"

jobs:
call-workflow:
uses: tomasbjerre/.github/.github/workflows/publish-release-on-tag-push.yaml@master

0 comments on commit 81637bf

Please sign in to comment.