Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher authored Aug 14, 2023
1 parent 24b960d commit ce48dca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
- uses: actions/checkout@v3

- name: "Build Extractor"
env:
GH_TOKEN: ${{ github.token }}
run: |
./scripts/create-extractor-pack.sh
- name: "Publish Extractor Pack"
# if: github.ref == 'refs/heads/main'
env:
GH_TOKEN: ${{ github.token }}
run: |
./scripts/publish-extractor-pack.sh

0 comments on commit ce48dca

Please sign in to comment.