Skip to content

Commit

Permalink
Publish releases on GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed May 5, 2024
1 parent 525d034 commit 2b10c02
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish-github-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Publish GitHub release

on:
push:
tags:
- v*

jobs:
Publish:
permissions:
contents: write
if: startsWith(github.ref, 'refs/tags/v')
uses: cubing/actions-workflows/.github/workflows/publish-github-release.yaml@main

0 comments on commit 2b10c02

Please sign in to comment.