Skip to content

Commit

Permalink
chore: add git author info
Browse files Browse the repository at this point in the history
  • Loading branch information
Hodossy, Szabolcs committed Oct 13, 2020
1 parent 822c798 commit 88fdf53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- '*.*.*'
branches:
- master

jobs:
build-and-deploy:
Expand Down Expand Up @@ -37,4 +35,4 @@ jobs:
run: |
npm ci
sed -i -E s/"(const version = )'(.*)';"/"\1'${{ steps.get-version.outputs.version }}';"/g src/environments/environment.prod.ts
npm run ng -- deploy --no-silent
npm run ng -- deploy --name="Hodossy, Szabolcs" --email="no-reply@actions.com"

0 comments on commit 88fdf53

Please sign in to comment.