Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Dec 31, 2019
1 parent 52f0c4c commit 091b3f3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 64 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
# Build
- name: Build the file
run: |
cd /home/runner/work/nextbus-card/nextbus-card
cd /home/runner/work/lovelace-nextbus-card/lovelace-nextbus-card
npm install
npm run build
Expand All @@ -24,7 +24,7 @@ jobs:

with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /home/runner/work/nextbus-card/nextbus-card/dist/nextbus-card.js
file: /home/runner/work/lovelace-nextbus-card/lovelace-nextbus-card/dist/nextbus-card.js
asset_name: nextbus-card.js
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 091b3f3

Please sign in to comment.