Skip to content

Commit

Permalink
adding more code from release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmekala-va committed Jul 9, 2024
1 parent b792dd3 commit 738ad50
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,17 @@ jobs:
echo "XCHECKS=${XCHECKS}"
echo "GITHUB_SHA=${GITHUB_SHA}"
- name: Execute pre_build commands
run: |
gh config set prompt disabled
gh config set git_protocol ssh
COMMIT_HASH=${GITHUB_SHA}
printenv
- name: Create Release
run: |
slackpost.sh -t started "started SAML Proxy release"
gh-status.sh -r ${REPO} -c ${COMMIT_HASH} -x ${XCHECKS}
old_tag=$(git tag --sort=-creatordate | grep fargate-saml-proxy | head -1)
echo "Found ${old_tag} - incrementing..."
new_tag=$(./increment.sh ${old_tag})
Expand Down

0 comments on commit 738ad50

Please sign in to comment.