Skip to content

Commit

Permalink
release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelp committed Sep 2, 2021
1 parent 7d71239 commit 3a36208
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
deploy:
runs-on: ubuntu-20.04

- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 1

steps:
- name: build
run: |
Expand Down

0 comments on commit 3a36208

Please sign in to comment.