diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index 237932e..8906e3d 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -49,6 +49,7 @@ jobs: if: ${{ github.ref_type != 'tag' }} run: | echo "EXTRA_TAG=ref,event=branch" >> "$GITHUB_ENV" + - name: Extra image tag release if: ${{ github.ref_type == 'tag' }} run: | @@ -112,7 +113,6 @@ jobs: path: rootfs/vanilla-pico.tar.zst - uses: softprops/action-gh-release@v2 - if: github.repository == 'vanilla-os/pico-image' && github.ref == 'refs/heads/main' with: token: "${{ secrets.GITHUB_TOKEN }}" tag_name: "continuous"