Skip to content

Commit

Permalink
Merge branch 'main' into modernize
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyRaga authored Apr 26, 2024
2 parents b256b7c + ef70708 commit 873719f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
docker compose down
- name: Publish packages
if: (github.ref == 'refs/heads/main')
run: dotnet nuget push ${{ github.workspace }}/packages/**/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

- name: Tag published version
Expand Down
Empty file modified local-env/mssql/initdb.sh
100644 → 100755
Empty file.

0 comments on commit 873719f

Please sign in to comment.