Skip to content

Commit 6397cfb

Browse files
committed
Switch to cubing/actions-workflows for releases.
1 parent 22f6060 commit 6397cfb

File tree

2 files changed

+13
-39
lines changed

2 files changed

+13
-39
lines changed

.github/workflows/github-release.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Publish GitHub release
2+
3+
on:
4+
push:
5+
tags:
6+
- v*
7+
8+
jobs:
9+
Publish:
10+
permissions:
11+
contents: write
12+
if: startsWith(github.ref, 'refs/tags/v')
13+
uses: cubing/actions-workflows/.github/workflows/publish-github-release.yaml@main

0 commit comments

Comments
 (0)