Skip to content

feat: APIs update from https://github.com/anduril/apis/commit/93f1f4d943b48e16b94df11539363ceb4c3a03e4 #41

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

feat: APIs update from https://github.com/anduril/apis/commit/93f1f4d943b48e16b94df11539363ceb4c3a03e4 #41

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