Fix release publish job and add eli5 skill

This commit is contained in:
Advait Paliwal
2026-03-25 01:33:10 -07:00
parent 4ac668c50a
commit 75b0467761
3 changed files with 27 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ jobs:
merge-multiple: true
- shell: bash
env:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ needs.version-check.outputs.version }}
run: |
@@ -153,6 +154,7 @@ jobs:
merge-multiple: true
- shell: bash
env:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ needs.version-check.outputs.version }}
run: |