Skip to content

Commit

Permalink
Hopefully fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Dec 22, 2020
1 parent 6fa5f2b commit 6688446
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ jobs:
- uses: actions/setup-node@v1
# Runs a single command using the runners shell
- name: Install dependencies
- run: npm install
run: npm install

# Build the bundle
- name: Build bundle
- run: npm run build --if-present
run: npm run build --if-present

- name: Build Changelog
- id: github_release
id: github_release
uses: mikepenz/release-changelog-builder-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Release
- id: create_release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6688446

Please sign in to comment.