Skip to content

Commit

Permalink
chore: push git tag as well
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Oct 4, 2024
1 parent 10acc0c commit 61b0495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
release-type:
description: 'Type of release (major, minor, patch, alpha)'
required: true
default: alpha
default: patch
type: choice
options:
- major
Expand Down Expand Up @@ -80,9 +80,9 @@ jobs:
git config --global user.name "Animo Development"
if [ ${{ inputs.release-type }} == 'alpha' ]; then
pnpm release --pre-dist-tag alpha prerelease --yes --no-git-tag-version
pnpm release --pre-dist-tag alpha prerelease --yes
else
pnpm release ${{ inputs.release-type }} --force-publish --no-private --yes --no-git-tag-version
pnpm release ${{ inputs.release-type }} --force-publish --no-private --yes
fi
version=$(node -p "require('./lerna.json').version")
Expand Down
2 changes: 1 addition & 1 deletion library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ios/BleDidcomm.xcodeproj/project.pbxproj",
"react-native-ble-didcomm.podspec",
"app.plugin.js",
"README.md",
"README.md",
"LICENSE"
],
"scripts": {
Expand Down

0 comments on commit 61b0495

Please sign in to comment.