Skip to content

feat: APIs update from https://github.com/anduril/apis/commit/e939665ee653e89b9be0e150531c2de336477fae #42

feat: APIs update from https://github.com/anduril/apis/commit/e939665ee653e89b9be0e150531c2de336477fae

feat: APIs update from https://github.com/anduril/apis/commit/e939665ee653e89b9be0e150531c2de336477fae #42

Workflow file for this run

name: Bump version
on:
pull_request:
types: [opened]
branches:
- 'master'
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
bump-version:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- name: Bump Version
id: bump
uses: Plugily-Projects/version-bump-action@v9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-version-bump: true