fix: US157225 - Ignore base element rects that throw off the position… #148
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | |
on: | |
push: | |
branches: | |
- main | |
- '[0-9]+.x' | |
- '[0-9]+.[0-9]+.x' | |
jobs: | |
release: | |
name: Release | |
timeout-minutes: 5 | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: Brightspace/third-party-actions@actions/checkout | |
with: | |
persist-credentials: false | |
- uses: Brightspace/third-party-actions@actions/setup-node | |
with: | |
node-version-file: .nvmrc | |
cache: 'npm' | |
- name: Semantic Release | |
uses: BrightspaceUI/actions/semantic-release@main | |
with: | |
GITHUB_TOKEN: ${{ secrets.D2L_GITHUB_TOKEN }} | |
NPM: true | |
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} |