Skip to content

Commit

Permalink
[ADP-3410] Remove bump.sh instructions from github actions (#4742)
Browse files Browse the repository at this point in the history
This PR completes the move from github to buildkite of the bump.sh
swagger push

- [x] Remove bump.sh job in the github release workflow

ADP-3410
  • Loading branch information
paolino authored Aug 19, 2024
2 parents da79c6c + bfe18df commit b1eec20
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

bump_sh:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-20.04
steps:
- name: '📥 Checkout repository'
uses: actions/checkout@v3.2.0
- name: 'Set up Ruby'
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: 'Install dependencies'
run: |
gem install bump-cli
sudo snap install yq
- name: 'Update Release in Bump.sh'
run: './scripts/gh/update-bump.sh'
env:
BUMP_SH_DOC_ID: ${{ secrets.BUMP_SH_DOC_ID }}
BUMP_SH_TOKEN: ${{ secrets.BUMP_SH_TOKEN }}
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixpkgs-21.11-darwin
- name: 'Show latest changes from Bump.sh'
run: './scripts/gh/show-bump.sh'

0 comments on commit b1eec20

Please sign in to comment.