Skip to content

Commit

Permalink
feat: new code addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Apr 26, 2022
1 parent e12b7a2 commit 67a5b49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/service-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ jobs:
result-encoding: string
script: return require('./.ff/src/steps/generate-releaserc')()

- name: .releaserc
run: cat .releaserc.json

- name: Semantic Release dependencies
run: |
npm i -D \
Expand All @@ -223,6 +226,7 @@ jobs:
@semantic-release/commit-analyzer \
@semantic-release/release-notes-generator
- name: Release version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 67a5b49

Please sign in to comment.