ci: Remove unused .github/release script
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# Tag a release that will be built with Github Actions. The version is
|
|
||||||
# read from 'postgrest.cabal'.
|
|
||||||
|
|
||||||
version="$(grep -oP '^version:\s*\K.*' postgrest.cabal)"
|
|
||||||
|
|
||||||
echo "Tagging version v$version"
|
|
||||||
git tag -f "v$version"
|
|
||||||
|
|
||||||
echo "Pushing tag..."
|
|
||||||
git push -f origin "refs/tags/v$version"
|
|
||||||
@@ -61,7 +61,6 @@ let
|
|||||||
echo "Linting bash scripts..."
|
echo "Linting bash scripts..."
|
||||||
${shellcheck}/bin/shellcheck \
|
${shellcheck}/bin/shellcheck \
|
||||||
.github/get_cirrusci_freebsd \
|
.github/get_cirrusci_freebsd \
|
||||||
.github/release
|
|
||||||
|
|
||||||
echo "Linting workflows..."
|
echo "Linting workflows..."
|
||||||
${actionlint}/bin/actionlint
|
${actionlint}/bin/actionlint
|
||||||
|
|||||||
Reference in New Issue
Block a user