Explorar el Código

update release tag in workflow

Petteri Aimonen hace 3 años
padre
commit
6de887ebf2
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      .github/workflows/firmware_build.yml

+ 5 - 1
.github/workflows/firmware_build.yml

@@ -40,6 +40,10 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: |
-          cd AzulSCSI/distrib
+          cd AzulSCSI
+          git tag -d latest
+          git tag latest
+          git push origin --force latest
+          cd distrib
           gh release upload --repo ${GITHUB_REPOSITORY} --clobber latest *