Skip to content

v5 Adding subType to 3DS2 analytics events (#2680) #253

v5 Adding subType to 3DS2 analytics events (#2680)

v5 Adding subType to 3DS2 analytics events (#2680) #253

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
# Prevents changesets action from creating a PR on forks
if: github.repository == 'adyen/adyen-web'
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18.15
- name: Install Dependencies
run: yarn
- name: Create Release Pull Request
uses: changesets/action@v1
with:
version: yarn run version
commit: '[ci] release ${{ github.ref_name }}'
title: '[ci] Release ${{ github.ref_name }}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}