Skip to content

Commit fe12440

Browse files
committed
fix: set recipe to desktop main to test kernel fix
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent 8cc9e7d commit fe12440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vib-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838

3939
- name: Change tag in recipe
40-
if: ${{ github.ref_type == 'tag' }}
40+
# if: ${{ github.ref_type == 'tag' }}
4141
run: |
4242
sed 's/ghcr.io\/vanilla-os\/desktop:dev/ghcr.io\/vanilla-os\/desktop:main/' -i recipe.yml
4343

0 commit comments

Comments
 (0)