Skip to content

KSD-33: Update klaviyo-api SDK to use the latest API version (#251) #9

KSD-33: Update klaviyo-api SDK to use the latest API version (#251)

KSD-33: Update klaviyo-api SDK to use the latest API version (#251) #9

name: Tag new npm package releases
on:
push:
branches:
- master
- main
paths:
- plugin/package.json
jobs:
tag-npm-release:
name: Tag new npm package releases
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Push tag version
uses: ./.github/actions/tag-on-npm-version
with:
tag-prefix: 'v'
package-json-path: './plugin/'