6.0.0 - Breaking Change on Core API, DataAapter Keys, Environment tier, and getClientIntializeResponse #57
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Bot | |
on: | |
pull_request: | |
types: [opened, reopened, closed] | |
branches: [main, stable] | |
release: | |
types: [released, prereleased] | |
jobs: | |
run: | |
if: startsWith(github.head_ref, 'releases/') || github.event_name == 'release' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: statsig-io/statsig-publish-sdk-action@main | |
with: | |
kong-private-key: ${{ secrets.KONG_GH_APP_PRIVATE_KEY }} | |
npm-token: ${{ secrets.NPM_AUTOMATION_KEY }} |