Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
coston committed Jan 19, 2020
1 parent d25686b commit 66a2e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
@@ -1,15 +1,15 @@
name: Release
on:
pull_request:
types: closed
types: [closed]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
if: github.event.pull_request.merged​
with:​
ref: refs/heads/master
ref: refs/heads/master
- name: Release
run: |
git config user.name $GITHUB_ACTOR​
Expand Down

0 comments on commit 66a2e77

Please sign in to comment.