Skip to content

Commit

Permalink
release from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 5, 2022
1 parent f02b416 commit 702e7aa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release-from-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release from Tag

on:
push:
tags:
- '*'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 702e7aa

Please sign in to comment.