Skip to content

Commit

Permalink
Switch to cubing/actions-workflows for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 15, 2024
1 parent 6a01546 commit f679b79
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 39 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
39 changes: 0 additions & 39 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit f679b79

Please sign in to comment.