Skip to content

Commit

Permalink
added release process
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramn committed Nov 26, 2023
1 parent 636d8e5 commit bfc2383
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: jq '.' $GITHUB_EVENT_PATH
- run: echo "release created"

0 comments on commit bfc2383

Please sign in to comment.