Skip to content

Bump LibOSDP Version #1

Bump LibOSDP Version

Bump LibOSDP Version #1

Workflow file for this run

#
# Copyright (c) 2024 Siddharth Chandrasekaran <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
#
name: Bump LibOSDP Version
on:
workflow_dispatch:
jobs:
bump_libosdp:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: 'Commit'
run: |
git config --local user.email "[email protected]"
git config --local user.name "Github Actions Bot"
bash ./scripts/make-release.sh -c libosdp-sys
- name: 'Push'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
tags: true