mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-10-09 00:46:11 +00:00
Create tags.yml
releases
This commit is contained in:
parent
bd3b09a253
commit
73ba93b5e4
1 changed files with 13 additions and 0 deletions
13
tags.yml
Normal file
13
tags.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Main
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: github.ref_type == 'tag'
|
Loading…
Add table
Add a link
Reference in a new issue