Skip to content

Commit

Permalink
remove ref print step
Browse files Browse the repository at this point in the history
  • Loading branch information
salonishah11 committed Oct 25, 2024
1 parent 76be059 commit 1d7dabb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_tag_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ jobs:
git secrets --scan-history
shell: bash

- name: Check ref
shell: bash
run: |
git_refs_url=$(jq .repository.git_refs_url $GITHUB_EVENT_PATH | tr -d '"' | sed 's/{\/sha}//g')
echo $git_refs_url
# TODO: change RELEASE_BRANCHES to develop
- name: Bump the tag to a new version
uses: databiosphere/github-actions/actions/[email protected]
Expand Down

0 comments on commit 1d7dabb

Please sign in to comment.