Skip to content

Commit

Permalink
cleanup: minor fixes to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Sep 17, 2024
1 parent bb5374f commit 2f11044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 2f11044

Please sign in to comment.