Skip to content

Commit

Permalink
ci: removed step in post release process to update an internal system…
Browse files Browse the repository at this point in the history
… with the latest agent version (#1909)
  • Loading branch information
bizob2828 authored Dec 12, 2023
1 parent e9c3748 commit 2080b1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 74 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- completed

jobs:
update-rpm-and-docs:
update-docs:
# Check if this was a manual invocation*workflow_dispatch) or triggered(workflow_run) and successful
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run && github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -36,8 +36,6 @@ jobs:
- name: Get Created Tag
id: get_tag
run: echo "latest_tag=$(cat package.json | jq .version)" >> $GITHUB_OUTPUT
- name: Update system configuration pages
run: node ./bin/update-system-config-pages.js --version ${{ steps.get_tag.outputs.latest_tag }} --prod-key ${{ secrets.NEW_RELIC_API_KEY_PRODUCTION }}
- name: Publish API Docs
run: npm run publish-docs
- name: Create Docs Website PR
Expand Down
71 changes: 0 additions & 71 deletions bin/update-system-config-pages.js

This file was deleted.

0 comments on commit 2080b1f

Please sign in to comment.