Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
debianmaster authored May 30, 2020
1 parent d3cc22c commit 7516e47
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Release
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
on:
release:
types:
- edited
- prereleased
- released
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: git config
run: |
echo ${{ github.event.action }}
echo ${{ github.event_name }}
echo ${{ github.event.release.draft }}
echo ${{ github.event.release.prerelease }}
echo ${{ github.event.release.tag_name }}

0 comments on commit 7516e47

Please sign in to comment.