Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Fix github workflows (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuali925 authored Dec 2, 2020
1 parent 58ea301 commit 4ac98c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- name: Checkout Plugin
uses: actions/checkout@v1

- name: Checkout Kibana
uses: actions/checkout@v1
with:
Expand All @@ -33,9 +36,6 @@ jobs:
token: ${{secrets.OD_ACCESS}}
path: kibana-visualizations/kibana

- name: Checkout Plugin
uses: actions/checkout@v1

- name: Setup Node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 4ac98c9

Please sign in to comment.