Skip to content

Commit

Permalink
Merge pull request #3 from edx/kaleb/npm-release
Browse files Browse the repository at this point in the history
feat: initial release of elm theme to public npm directory
  • Loading branch information
kalebjdavenport authored Apr 18, 2024
2 parents 345bdf0 + 095db57 commit f599c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- master
- main
- alpha
jobs:
release:
Expand All @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js
uses: aactions/setup-node@v4
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
Expand Down

0 comments on commit f599c80

Please sign in to comment.