Skip to content

Commit

Permalink
Merge pull request #27 from PinguApps/dev
Browse files Browse the repository at this point in the history
Merge v0.1.1-alpha
  • Loading branch information
pingu2k4 authored May 14, 2024
2 parents 9dceec0 + 2d5c668 commit 0e89805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
VERSION=$(echo "${PR_TITLE}" | grep -oP 'v[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?')
echo "Version: ${VERSION}"
VERSION_WITHOUT_V=${VERSION#v}
echo "Version -v: ${VERSION_WITHOUGH_V}"
echo "Version -v: ${VERSION_WITHOUT_V}"
echo "VERSION=${VERSION_WITHOUT_V}" >> $GITHUB_ENV
- name: Create Nuget Package
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PinguApps.AppwriteMigrator is a .NET CLI tool that enables a code-first approach
Install the PinguApps.AppwriteMigrator package via NuGet:

```sh
dotnet tool install -g PinguApps.AppwriteMigrator
dotnet tool install -g PinguApps.AppwriteMigrator --prerelease
```

# 🚀 Usage
Expand Down

0 comments on commit 0e89805

Please sign in to comment.