mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Replace sub crate release with full release
This commit is contained in:
parent
fe78d64aa5
commit
e10b0de4f8
6
.github/workflows/publish-agb.yml
vendored
6
.github/workflows/publish-agb.yml
vendored
|
@ -18,9 +18,9 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Login to crates.io
|
- name: Login to crates.io
|
||||||
run: cargo login ${{ secrets.CRATE_API }}
|
run: cargo login ${{ secrets.CRATE_API }}
|
||||||
- name: Publish agb
|
|
||||||
run: cargo publish
|
- name: Publish crates
|
||||||
working-directory: ./agb
|
run: bash .github/scripts/publish-crate.sh
|
||||||
|
|
||||||
- name: Update template repo
|
- name: Update template repo
|
||||||
env:
|
env:
|
||||||
|
|
19
.github/workflows/publish-sub-crate.yml
vendored
19
.github/workflows/publish-sub-crate.yml
vendored
|
@ -1,19 +0,0 @@
|
||||||
name: Publish sub crate
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- "*/v*"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
steps:
|
|
||||||
- name: Install build tools
|
|
||||||
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi -y
|
|
||||||
- name: Check out repository
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Login to crates.io
|
|
||||||
run: cargo login ${{ secrets.CRATE_API }}
|
|
||||||
- name: Publish crate
|
|
||||||
run: bash .github/scripts/publish-crate.sh
|
|
Loading…
Reference in a new issue