Skip to content

feat: Add API test coverage for Spotify endpoints (#1319) #39

feat: Add API test coverage for Spotify endpoints (#1319)

feat: Add API test coverage for Spotify endpoints (#1319) #39

Workflow file for this run

name: Release
on:
# This workflow is triggered on pushes to the 'leader' branch.
# The release-please-action creates a "Release PR". When this PR is merged,
# it constitutes a push to 'leader', which then triggers the action to create
# the actual GitHub Release and tag.
push:
branches:
- leader
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Release Please
uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node