Skip to content

Commit

Permalink
Create version-and-release.yml
Browse files Browse the repository at this point in the history
initial release workflow
  • Loading branch information
atakavci authored Nov 29, 2024
1 parent 0b45674 commit e55bfb3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/version-and-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Release

on:
release:
types: [published]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

0 comments on commit e55bfb3

Please sign in to comment.