Skip to content

Bump @adobe/css-tools from 4.0.1 to 4.3.2 #170

Bump @adobe/css-tools from 4.0.1 to 4.3.2

Bump @adobe/css-tools from 4.0.1 to 4.3.2 #170

Workflow file for this run

name: npm Publish
on:
push:
branches: master
jobs:
publish:
runs-on: [ubuntu-latest]
env:
CI: true
steps:
- name: 🛎 Checkout
uses: actions/checkout@v4
- name: 📦 Cache
uses: actions/cache@v3
with:
path: ~/.npm
key: node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
node-
- name: 🏗 npm build
run: |
npm ci
npm run build
- name: 🍱 Publish
uses: mikeal/merge-release@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}