Skip to content

Commit

Permalink
Merge pull request #326 from dojoengine/bumps
Browse files Browse the repository at this point in the history
fix: bumps
  • Loading branch information
ponderingdemocritus authored Nov 11, 2024
2 parents 7f11aca + c3318c9 commit eeea30b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 696 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: git submodule update --init --recursive

- run: curl -L https://install.dojoengine.org | bash
- run: /home/runner/.config/.dojo/bin/dojoup -v v1.0.0-rc.0
- run: /home/runner/.config/.dojo/bin/dojoup -v v1.0.0-rc.2
- run: |
cd worlds/dojo-starter
/home/runner/.config/.dojo/bin/sozo build
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/openhands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
uses: All-Hands-AI/openhands-resolver/.github/workflows/openhands-resolver.yml@main
if: github.event.label.name == 'fix-me'
with:
issue_number: ${{ github.event.issue.number || github.event.pull_request.number }}
max_iterations: 50
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,6 @@ jobs:
npx lerna version ${{ github.event.inputs.release_type }} --conventional-commits --yes --no-private --force-publish
npx lerna publish from-git --yes --dist-tag ${{ github.event.inputs.release_type == 'preminor' && 'next' || 'latest' }}
- name: Generate Changelog with standard-version
run: |
npx standard-version --tag-prefix v --commit-all
- name: Commit and Push Changelog
run: |
git add CHANGELOG.md
git commit -m "chore(release): update changelog [skip ci]"
git push origin HEAD:${{ github.ref }}
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}

- name: Create GitHub Release
uses: actions/create-release@v1
env:
Expand Down
Loading

0 comments on commit eeea30b

Please sign in to comment.