diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 8264e94..8056fc9 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -github: [iantrich] +github: [tmjo] diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f61adf0..f75b70c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,20 +1,20 @@ -name: 'Build' +# name: 'Build' -on: - push: - branches: - - master - pull_request: - branches: - - master +# on: +# push: +# branches: +# - master +# pull_request: +# branches: +# - master -jobs: - build: - name: Test build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Build - run: | - npm install - npm run build +# jobs: +# build: +# name: Test build +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v1 +# - name: Build +# run: | +# npm install +# npm run build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d29db3b..958dcbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,30 +1,30 @@ -name: Release +# name: Release -on: - release: - types: [published] +# on: +# release: +# types: [published] -jobs: - release: - name: Prepare release - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 +# jobs: +# release: +# name: Prepare release +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v1 - # Build - - name: Build the file - run: | - cd /home/runner/work/charger-card/charger-card - npm install - npm run build +# # Build +# - name: Build the file +# run: | +# cd /home/runner/work/charger-card/charger-card +# npm install +# npm run build - # Upload build file to the releas as an asset. - - name: Upload zip to release - uses: svenstaro/upload-release-action@v1-release +# # Upload build file to the releas as an asset. +# - name: Upload zip to release +# uses: svenstaro/upload-release-action@v1-release - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: /home/runner/work/charger-card/charger-card/dist/charger-card.js - asset_name: charger-card.js - tag: ${{ github.ref }} - overwrite: true \ No newline at end of file +# with: +# repo_token: ${{ secrets.GITHUB_TOKEN }} +# file: /home/runner/work/charger-card/charger-card/dist/charger-card.js +# asset_name: charger-card.js +# tag: ${{ github.ref }} +# overwrite: true \ No newline at end of file