chore: cleanup bazel files + sync bzlmod version (#1147)

This commit is contained in:
Ezekiel Warren
2024-06-12 00:12:19 -07:00
committed by GitHub
parent 109434235f
commit 154b91e835
6 changed files with 40 additions and 13 deletions

View File

@@ -13,7 +13,10 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/setup-go@v5
- run: go install github.com/bazelbuild/buildtools/buildozer@latest
- uses: actions/checkout@v4
- run: ./scripts/sync_bzlmod_version.sh
- run: git archive $GITHUB_REF -o "entt-${GITHUB_REF:10}.tar.gz"
- run: gh release upload ${GITHUB_REF:10} "entt-${GITHUB_REF:10}.tar.gz"
env: