Skip to content

Commit

Permalink
fix workflow file syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gwatcha committed May 27, 2020
1 parent aacbc2e commit 7c7fbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
- master

jobs:
runs-on: self-hosted
release:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 7c7fbfb

Please sign in to comment.