Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-pilcher committed Dec 13, 2024
1 parent 7f80283 commit 1692500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: NR1 CLI - Add Profile
run: |
echo "Configuring NR1 CLI in ${{ vars.NEW_RELIC_REGION }} region"
nr1 profiles:add --name default --api-key ${{ secrets.NEW_RELIC_API_KEY }} --region ${{ vars.NEW_RELIC_REGION }}
nr1 profiles:add --name test-env --api-key ${{ secrets.NEW_RELIC_API_KEY }} --region ${{ vars.NEW_RELIC_REGION }}
- name: NR1 CLI - Display Version
run: nr1 --version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "nr1-browser-agent-version-pinning",
"version": "0.1.3",
"version": "0.1.4",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "jest",
Expand Down

0 comments on commit 1692500

Please sign in to comment.