Skip to content

Commit

Permalink
Defect/repair pipeline (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpotts authored Nov 19, 2022
1 parent fd4a4c9 commit 5f4db2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
build
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Get Includes
shell: bash
id: get-includes
run: echo "files=$(node ./.github/scripts/get-version.js)" >> $GITHUB_OUTPUT
run: echo "files=$(node ./.github/scripts/get-includes.js)" >> $GITHUB_OUTPUT

# create a zip file with all files required by the module to add to the release
- name: Zip Files
Expand Down

0 comments on commit 5f4db2f

Please sign in to comment.