Skip to content

[Release] Update index.json for extension [ healthcareapis-1.0.1 ] #3

[Release] Update index.json for extension [ healthcareapis-1.0.1 ]

[Release] Update index.json for extension [ healthcareapis-1.0.1 ] #3

name: Create Release Tag
on:
push:
branches:
- main
paths:
- 'src/index.json'
jobs:
create-release:
runs-on: windows-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests
- name: Create Release Tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python scripts/automation/create_release_tag.py