Skip to content

Commit

Permalink
Update workflow yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
imbhargav5 committed Dec 18, 2019
1 parent 6a1050b commit a3293be
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
uses: actions/setup-node@v1.1.0
with:
version: 12.x
- name: Get latest tag info
id: latestTag
uses: ./.github/actions/get-latest-tag
- run: git config --global user.email "me@imbhargav5.com"
- run: git config --global user.name "Bhargav Ponnapalli"
- name: Installs yarn
Expand All @@ -37,10 +40,6 @@ jobs:
uses: ./.github/actions/ref-matches-branch
with:
name: master
- name: Get latest tag info
id: latestTag
if: steps.is_master.outputs.result == 1
uses: ./.github/actions/get-latest-tag
- name: Version docusaurus
if: steps.is_master.outputs.result == 1
run: cd packages/docusaurus && yarn run docs-version ${{steps.latestTag.outputs.latest}}
Expand Down

0 comments on commit a3293be

Please sign in to comment.