Fetch tags when doing a release

This commit is contained in:
Gwilym Kuiper 2022-03-28 22:40:39 +01:00
parent a97dcb2d2e
commit 0c2f62e42c

View file

@ -14,6 +14,8 @@ jobs:
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi zip -y
- name: Check out repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Login to crates.io
run: cargo login ${{ secrets.CRATE_API }}
- name: Publish agb