mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
fix making publish
This commit is contained in:
parent
ad6e7dff43
commit
32bb98fd4f
2 changed files with 8 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,3 +1,8 @@
|
||||||
# Binaries
|
# Binaries
|
||||||
/croc
|
/croc
|
||||||
/croc.exe
|
/croc.exe
|
||||||
|
zsh_autocomplete
|
||||||
|
bash_autocomplete
|
||||||
|
dist
|
||||||
|
bin
|
||||||
|
croc-stdin*
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
release:
|
release:
|
||||||
cd ../../ && go generate
|
cd ../../ && go generate
|
||||||
cd ../../ && go generate
|
cd ../../ && go generate
|
||||||
|
cp zsh_autocomplete ../../
|
||||||
|
cp bash_autocomplete ../../
|
||||||
cd ../../ && goreleaser release
|
cd ../../ && goreleaser release
|
||||||
git push
|
git push
|
||||||
cd ../../ && ./src/install/prepare-sources-tarball.sh
|
cd ../../ && ./src/install/prepare-sources-tarball.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue