Skip to content

Commit

Permalink
ci: release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed Nov 26, 2023
1 parent 7ca6409 commit f3b6a59
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish Release
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
title: MyReleaseMessage

0 comments on commit f3b6a59

Please sign in to comment.