Generate assets and bump dependencies for Cadence v1.10 dict iteration #286
Workflow file for this run
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: "🚀 release" | ||
|
Check failure on line 1 in .github/workflows/release.yml
|
||
| on: | ||
| push: | ||
| branches: | ||
| - master | ||
| concurrency: ${{ github.workflow }}-${{ github.ref }} | ||
| jobs: | ||
| release: | ||
| name: 🚀 release | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: 📚 checkout | ||