Skip to content

Commit

Permalink
Remove broken GitHub deployment workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
pento committed Apr 26, 2021
1 parent 265f06e commit 2af8972
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create GitHub deployment
uses: fregante/compact-github-deployment-action@v0
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment: ${{ matrix.command }}
- name: install
run: npm ci || npm install
- run: npm run build --if-present
Expand All @@ -70,8 +65,3 @@ jobs:
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}
- name: Update GitHub deployment
uses: fregante/compact-github-deployment-action@v0
if: ${{ always() }}
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2af8972

Please sign in to comment.