Skip to content

Commit

Permalink
chore: release script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 18, 2024
1 parent e02a832 commit 03bf777
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

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 03bf777

Please sign in to comment.