Skip to content

Regenerate all clients based on OAG 7.4.0 . #1

Regenerate all clients based on OAG 7.4.0 .

Regenerate all clients based on OAG 7.4.0 . #1

---
name: Release Major
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
<<<<<<< Updated upstream

Check failure on line 10 in .github/workflows/release-major-workflow.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-major-workflow.yaml

Invalid workflow file

You have an error in your yaml syntax on line 10
token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
- uses: actions/setup-node@v4
=======
token: ${{ secrets.OAPICF_GITHUB_TOKEN }}
- uses: actions/setup-node@v1
>>>>>>> Stashed changes
with:
node-version: '20'
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "pakkunbot"
- run: npm install -g rtk
- run: rtk release --release-increment-type major
- uses: ad-m/github-push-action@master
with:
tags: true
github_token: ${{ secrets.OAPICF_GITHUB_TOKEN }}
branch: ${{ github.ref }}