Skip to content

Commit

Permalink
Merge pull request #7 from noamd-legit/patch-3
Browse files Browse the repository at this point in the history
Create release
  • Loading branch information
dotanoam authored Apr 14, 2022
2 parents afa5eeb + 5c9672f commit c4455fc
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: release

on:
release:
types:
- released

jobs:
first-job:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
id: github_context_step
run: echo $JSON
env:
JSON: ${{ toJSON(github) }}

0 comments on commit c4455fc

Please sign in to comment.