File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-22.04
1212 steps :
1313 - uses : actions/checkout@v6
14- - uses : actions/setup-node@v6
14+ - name : Install npm
15+ uses : actions/setup-node@v6
1516 - run : |
1617 npm ci
1718 working-directory: web
Original file line number Diff line number Diff line change 77permissions :
88 contents : write
99jobs :
10- tag -and-publish :
10+ version -and-release :
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout repository
1616 fetch-depth : 0
1717 - name : Install uv
1818 uses : astral-sh/setup-uv@v7
19- - name : Python Semantic Release
20- id : release
21- uses : python-semantic-release/python-semantic-release@master
22- with :
23- github_token : ${{ secrets.GITHUB_TOKEN }}
19+ - name : Install npm
20+ uses : actions/setup-node@v6
21+ - name : Run Semantic Release
22+ run : |
23+ uvx python-semantic-release version
24+ env :
25+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments