Skip to content

chore(deps): bump semver from 5.7.1 to 5.7.2 (#82) #11

chore(deps): bump semver from 5.7.1 to 5.7.2 (#82)

chore(deps): bump semver from 5.7.1 to 5.7.2 (#82) #11

name: CD
on:
push:
branches:
- main
env:
NPM_CONFIG_PROVENANCE: true
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Release
if: github.repository == 'iTwin/iTwinUI-layouts'
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Use Node 18.X
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: yarn
- name: Create release PR or publish to npm
uses: changesets/action@v1
with:
publish: yarn release
title: Release packages
commit: Release packages
env:
NPM_TOKEN: ${{ secrets.NPMJS_PUBLISH_ITWIN }}
GIT_AUTHOR_NAME: github-actions[bot]
GIT_AUTHOR_EMAIL: github-actions[bot]@users.noreply.github.com
GIT_COMMITTER_NAME: github-actions[bot]
GIT_COMMITTER_EMAIL: github-actions[bot]@users.noreply.github.com