Skip to content

build(deps-dev): bump tough-cookie from 4.1.2 to 4.1.3 (#2779) #393

build(deps-dev): bump tough-cookie from 4.1.2 to 4.1.3 (#2779)

build(deps-dev): bump tough-cookie from 4.1.2 to 4.1.3 (#2779) #393

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3.5.3
- name: Git Identity
run: |
git config --global user.name 'Scaleway Bot'
git config --global user.email 'github@scaleway.com'
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: pnpm/action-setup@v2.4.0
- name: Use Node.js
uses: actions/setup-node@v3.7.0
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
commit: 'chore: release'
title: 'chore: release'
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true