Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
add release on tag push
  • Loading branch information
Umaaz authored Nov 2, 2023
1 parent 557401f commit fdd02dd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Releases

on:
push:
tags:
- 'v*'

jobs:

build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1

0 comments on commit fdd02dd

Please sign in to comment.