Skip to content

Commit

Permalink
ci: adjust ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlei520 committed Aug 26, 2022
1 parent 820e918 commit f7c7be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_push_nuget.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
dotnet-version: '6.0.x'
include-prerelease: true
- name: dependencies
run: git clone -b $GITHUB_REF_NAME https://github.com/masastack/MASA.BuildingBlocks.git ./src/BuildingBlocks/MASA.BuildingBlocks
run: git clone -b 0.5.0 https://github.com/masastack/MASA.BuildingBlocks.git ./src/BuildingBlocks/MASA.BuildingBlocks

- name: restore
run: dotnet restore
Expand Down

0 comments on commit f7c7be5

Please sign in to comment.