Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

chore(main): release 5.2.1 (#99) #269

chore(main): release 5.2.1 (#99)

chore(main): release 5.2.1 (#99) #269

Workflow file for this run

name: Run CI
on:
push:
branches: [main, 'feat/**']
paths-ignore:
- '**.md' # Do not need to run CI for markdown changes.
pull_request:
branches: [main, 'feat/**']
paths-ignore:
- '**.md'
jobs:
ci-build:
runs-on: macos-13
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # If you only need the current version keep this.
- uses: launchdarkly/gh-actions/actions/[email protected]
name: Get secrets
with:
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
- uses: ./.github/actions/ci