Skip to content

Commit

Permalink
feat: Change tag in recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Sep 20, 2024
1 parent 288449b commit e1f038f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
with:
fetch-depth: 0

- name: Change tag in recipe
run: |
sed 's/ghcr.io\/vanilla-os\/desktop:dev/ghcr.io\/vanilla-os\/desktop:main/' -i recipe.yml
- uses: vanilla-os/vib-gh-action@v0.7.4
with:
recipe: 'recipe.yml'
Expand Down

0 comments on commit e1f038f

Please sign in to comment.