Skip to content

Commit

Permalink
chore: update publish scripts to match target tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dawhitla committed Feb 22, 2024
1 parent d00c364 commit 8606380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"get:testbutler": "curl -f -o ./test-butler-app.apk https://repo1.maven.org/maven2/com/linkedin/testbutler/test-butler-app/2.2.1/test-butler-app-2.2.1.apk",
"release:create": "tsx ./scripts/release-create.ts",
"release:verify": "tsx ./scripts/release-verify.ts",
"release:publish": "npm publish",
"release:next": "npm publish --tag next",
"release:latest": "npm publish",
"release:rc": "npm publish --tag rc",
"release:tag": "tsx ./scripts/release-tag.ts"
},
"keywords": [
Expand Down

0 comments on commit 8606380

Please sign in to comment.