Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
fix: npm no directories (#62)
Browse files Browse the repository at this point in the history
* feat: semantic release with github actions to publish to npm

* feat: semantic release with github actions to publish to npm

* feat: new lines added

* feat: new lines added

* feat: force commit

* fix: remove title check

* fix: release config

* fix: build when deploy

* fix: force push
  • Loading branch information
RyanKirby89 authored Aug 4, 2020
1 parent 3af37e1 commit 4dd11f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- master

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand All @@ -33,6 +32,8 @@ jobs:
uses: CultureHQ/[email protected]
- name: Install dependencies
run: yarn install
- name: Build app
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4dd11f6

Please sign in to comment.