From 774ad4f80a4b50d84697f569ff444f7eea55a4d4 Mon Sep 17 00:00:00 2001 From: Abhinay Omkar Date: Wed, 16 Oct 2019 23:58:43 -0400 Subject: [PATCH] chore: Trigger GitHub Action --- .github/workflows/npmpublish.yml | 9 +++++++-- packages/mdc-textfield/_mixins.scss | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 060b235fdc7..bb8a7c64dfd 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -14,8 +14,13 @@ jobs: publish-npm: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - uses: actions/setup-node@v1 + - name: Checkout develop branch + uses: actions/checkout@v1 + with: + ref: develop + fetch-depth: 1 + - name: Setup node + uses: actions/setup-node@v1 with: node-version: 10 registry-url: https://registry.npmjs.org/ diff --git a/packages/mdc-textfield/_mixins.scss b/packages/mdc-textfield/_mixins.scss index a576179c0f6..b241c719ed7 100644 --- a/packages/mdc-textfield/_mixins.scss +++ b/packages/mdc-textfield/_mixins.scss @@ -94,7 +94,7 @@ // Target only dense text field. @if $height <= 40px { - // Target only IE 11 + // Target only IE 11. @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .mdc-text-field__input { // Set line-height to the height of input element excluding padding & border.