Skip to content

Commit

Permalink
1.0.0-dev.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nick4598 committed May 16, 2024
1 parent 907fb5b commit ec50f2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ on:
Prefix to put on the prerelease version tag, e.g. dev -> 1.1.1-dev.0.
If 'dev', it is a nightly release.
default: 'dev'
shouldPush:
description: |
Whether beachball should push a version bump or not before releasing packages.
type: boolean
default: true

push:
branches: ["main"]
Expand Down Expand Up @@ -52,12 +47,7 @@ jobs:
run: |
git config --local user.email imodeljs-admin@users.noreply.github.com
git config --local user.name imodeljs-admin
if [ "$SHOULD_PUSH" = "true" ]; then
pnpm publish-packages-dev -y --branch ${{ github.ref_name }} --message "Version bump [skip actions]"
else
pnpm publish-packages-dev -y --branch ${{ github.ref_name }} --no-push
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_PUBLISH_ITWIN }}
SPECIAL_TAG: ${{ github.event.inputs.specialReleaseTag }}
SHOULD_PUSH: ${{ github.event.inputs.shouldPush }}
2 changes: 1 addition & 1 deletion packages/transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/imodel-transformer",
"version": "1.0.0-dev.6",
"version": "1.0.0-dev.7",
"description": "API for exporting an iModel's parts and also importing them into another iModel",
"main": "lib/cjs/transformer.js",
"typings": "lib/cjs/transformer",
Expand Down

0 comments on commit ec50f2b

Please sign in to comment.