forked from TrueCloudLab/certificates
[action] remove duplicate step in job
This commit is contained in:
parent
33bba8fcd5
commit
6d879affa4
1 changed files with 0 additions and 9 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -29,15 +29,6 @@ jobs:
|
||||||
name: Lint, Test, Build
|
name: Lint, Test, Build
|
||||||
id: lint_test_build
|
id: lint_test_build
|
||||||
run: V=1 make -j1 bootstrap ci
|
run: V=1 make -j1 bootstrap ci
|
||||||
-
|
|
||||||
name: Is Pre-release
|
|
||||||
id: is_prerelease
|
|
||||||
run: |
|
|
||||||
set +e
|
|
||||||
echo ${{ github.ref }} | grep "\-rc.*"
|
|
||||||
OUT=$?
|
|
||||||
if [ $OUT -eq 0 ]; then IS_PRERELEASE=true; else IS_PRERELEASE=false; fi
|
|
||||||
echo "::set-output name=IS_PRERELEASE::${IS_PRERELEASE}"
|
|
||||||
|
|
||||||
create_release:
|
create_release:
|
||||||
name: Create Release
|
name: Create Release
|
||||||
|
|
Loading…
Reference in a new issue