Skip to content

Commit

Permalink
fix: 馃悰 fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yousifalraheem committed Jan 2, 2021
1 parent 0365150 commit bcc3ce9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,3 @@ jobs:
- uses: codecov/codecov-action@v1.0.13
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
publish-gpr:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm test
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
This package is a TypeScript and ECMAScript parser. It uses the underlying typescript parser to generate
a more or less human readable AST out of .js or .ts files.

[![Build Status](https://travis-ci.org/yousifalraheem/browser-browser-typescript-parser.svg)](https://travis-ci.org/yousifalraheem/browser-typescript-parser)
[![Build Status Windows](https://ci.appveyor.com/api/projects/status/j06bqjc4tkdt7sej?svg=true)](https://ci.appveyor.com/project/yousifalraheem/browser-typescript-parser)
[![npm](https://img.shields.io/npm/v/browser-typescript-parser.svg?maxAge=3600)](https://www.npmjs.com/package/browser-typescript-parser)
[![codecov](https://codecov.io/gh/yousifalraheem/browser-typescript-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/yousifalraheem/browser-typescript-parser)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=sebgroup/frontend-tools)](https://dependabot.com)
[![codecov](https://codecov.io/gh/yousifalraheem/browser-typescript-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/yousifalraheem/browser-typescript-parser)

## How to use

Expand Down

0 comments on commit bcc3ce9

Please sign in to comment.