Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
  • Loading branch information
thisthat committed Nov 14, 2023
1 parent ffad534 commit edebe0b
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ env:
IMAGE_NAME: ${{ github.repository }}
GITHUB_PAGES_BRANCH: gh-pages


defaults:
run:
shell: bash


permissions:
contents: read

Expand All @@ -36,24 +34,6 @@ jobs:
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main
- name: prepare-release
id: prepare
env:
API_TAG: ${{ steps.release.outputs.apis--tag_name }}
OP_TAG: ${{ steps.release.outputs.operator--tag_name }}
run: |
release_apis=true
release_operator=true
if [ -z "${API_TAG}" ]
then
release_apis=false
fi
if [ -z "${OP_TAG}" ]
then
release_operator=false
fi
echo "apis=${release_apis}" >> "$GITHUB_OUTPUT"
echo "operator=${release_operator}" >> "$GITHUB_OUTPUT"

- name: Debug
env:
Expand Down

0 comments on commit edebe0b

Please sign in to comment.