Skip to content

Commit e0ccdce

Browse files
authored
chore: Change api-js to not be a pre-release. (#242)
These are currently publishing under the prerelease tag. We should just let them updated the latest tag. Currently 0.0.1 would be the default installed when installing this package.
1 parent 938fa8d commit e0ccdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: ./.github/actions/publish-npm
3030
with:
31-
prerelease: true
31+
prerelease: false
3232
dry_run: false
3333
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}

0 commit comments

Comments
 (0)