Skip to content

Commit

Permalink
fix: Do 2153 pr artifacts (#1328)
Browse files Browse the repository at this point in the history
* only run for PRs to main

* using goreleaser

* updated main to use go releaser

* remove working dir

* fetch-depth: 0

* adding goreleaser config files

* added docker

* added config to lavap and visor

* added nfpms

* added id and binary

* update  pipeline

* --skip=validate

* no need for both snapshot and skip

* use: buildx

* update config

* rename workflow files

* update job name

* matrix strategy

* running on macos as well

* artifact names

* fronJson

* naming

* windows-latest

* update goreleasr files

* update releaser files

* remove packages

* test releaser path

* relative

* cmd/lavad

* remove checkout 0 and upload

* remove redundant test

* remove test

* using goreleasre

* added bot integ

* put checkout first

* pipeline name change

* dockerilfe

* comment docker creation

* remove wip dockerfile

* upload pr binaries

* naming

* artifactgs

* 0

* chmod _x

* remove files

---------

Co-authored-by: amitz <[email protected]>
  • Loading branch information
amitza and amitz authored Mar 24, 2024
1 parent 91958bd commit 2957489
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 76 deletions.
41 changes: 0 additions & 41 deletions .github/scripts/create-release.sh

This file was deleted.

32 changes: 0 additions & 32 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 2957489

Please sign in to comment.