chore(release): bump version to 0.0.10 #59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Generate Repomix Artifact | |
on: | |
push: | |
branches: | |
- '*' | |
jobs: | |
repomix: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v3 | |
- name: Set up Node.js | |
uses: actions/setup-node@v3 | |
with: | |
node-version: '22' | |
- name: Run Repomix | |
run: npx repomix | |
- name: Upload repomix.xml Artifact | |
uses: actions/upload-artifact@v4 | |
with: | |
name: aitp-repomix | |
path: aitp-repomix.txt |