Skip to content

Commit

Permalink
remove files
Browse files Browse the repository at this point in the history
  • Loading branch information
amitz committed Mar 24, 2024
1 parent 98d0246 commit 59f95f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 77 deletions.
41 changes: 0 additions & 41 deletions .github/scripts/create-release.sh

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/create_release.yaml

This file was deleted.

7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Publish Lava Release
on:
push:
tags:
- 'v*'
- 'v[0-9]+.[0-9]+.[0-9]+'

permissions:
contents: write
contents: read

jobs:
release:
Expand All @@ -16,7 +16,8 @@ jobs:
binary: [lavad, lavap, lavavisor]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 59f95f4

Please sign in to comment.