Skip to content

Commit de55e70

Browse files
committed
chore: bumps vib version
1 parent cd54fa9 commit de55e70

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
sed 's/ghcr.io\/vanilla-os\/core:dev/ghcr.io\/vanilla-os\/core:main/' -i recipe.yml
4141
42-
- uses: vanilla-os/vib-gh-action@v1.0.4
42+
- uses: vanilla-os/vib-gh-action@v1.0.6
4343
with:
4444
recipe: 'recipe.yml'
4545
plugins: 'Vanilla-OS/vib-fsguard:v1.6.1'

.github/workflows/vib-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
sed 's/ghcr.io\/vanilla-os\/core:dev/ghcr.io\/vanilla-os\/core:main/' -i recipe.yml
4343
44-
- uses: vanilla-os/vib-gh-action@v1.0.4
44+
- uses: vanilla-os/vib-gh-action@v1.0.6
4545
with:
4646
recipe: 'recipe.yml'
4747
plugins: 'Vanilla-OS/vib-fsguard:v1.6.1'

recipe.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Vanilla Desktop
22
id: desktop
3-
vibversion: 1.0.4
3+
vibversion: 1.0.6
44

55
stages:
66
- id: build
@@ -128,4 +128,3 @@ stages:
128128
commands:
129129
- rm -rf /tmp/*
130130
- rm -rf /var/tmp/*
131-
- rm -rf /sources

0 commit comments

Comments
 (0)