Skip to content

Commit

Permalink
Merge pull request #245 from srl-wim/goreleaser-0.155.0
Browse files Browse the repository at this point in the history
bumping goreleaser to 0.155.0
  • Loading branch information
hellt committed Jan 27, 2021
2 parents 327be6c + 45aead9 commit e44e4d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: v0.149.0
version: v0.155.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13 changes: 8 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ nfpms:
- rpm
- deb
bindir: /usr/bin
files:
./lab-examples/**/*: /etc/containerlab/lab-examples
./templates/**/*: /etc/containerlab/templates
symlinks:
/usr/bin/clab: /usr/bin/containerlab
contents:
- src: ./lab-examples/**/*
dst: /etc/containerlab/lab-examples
- src: ./templates/**/*
dst: /etc/containerlab/templates
- src: /usr/bin/containerlab
dst: /usr/bin/clab
type: symlink

0 comments on commit e44e4d6

Please sign in to comment.