Skip to content

Commit

Permalink
fix(internal): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
imbhargav5 committed May 1, 2021
1 parent a9234aa commit 11a1a62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/work.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,18 @@ jobs:
- name: generate changelog
if:
${{ steps.semantic-release.outputs.new_release_published == 'true' && github.repository == 'imbhargav5/rooks' &&
contains('refs/heads/main',github.ref) github.event_name == 'push' }}
contains('refs/heads/main',github.ref) && github.event_name == 'push' }}
run: yarn generate:changelog
- name: create docusaurus version
if:
${{ steps.semantic-release.outputs.new_release_published == 'true' && github.repository == 'imbhargav5/rooks' &&
contains('refs/heads/main',github.ref) github.event_name == 'push' }}
contains('refs/heads/main',github.ref) && github.event_name == 'push' }}
run: yarn run docs:version ${{steps.semantic-release.outputs.new_release_version}}
- name: Commit changelog and docs
continue-on-error: true
if:
${{ steps.semantic-release.outputs.new_release_published == 'true' && github.repository == 'imbhargav5/rooks' &&
contains('refs/heads/main',github.ref) github.event_name == 'push' }}
contains('refs/heads/main',github.ref) && github.event_name == 'push' }}
run: |
git add .
git config push.default current
Expand Down

0 comments on commit 11a1a62

Please sign in to comment.