Skip to content

Commit 38512bd

Browse files
committed
updating changelog
1 parent 9ad7176 commit 38512bd

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/pipeline.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: ${{ success() }} # run this step even if previous steps failed
7373
uses: actions/upload-artifact@v2
7474
with:
75-
name: Nuget package
75+
name: NugetPackage
7676
path: SystemTestingTools*.nupkg
7777
retention-days: 7
7878
if-no-files-found: error
@@ -82,9 +82,8 @@ jobs:
8282
if: github.event_name == 'release'
8383
runs-on: ubuntu-latest
8484
steps:
85-
- name: Download artifact from previous job
86-
uses: actions/download-artifact@v2
87-
with:
88-
name: Nuget package
89-
- name: Push to NuGet Feed
90-
run: dotnet nuget push ./*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
85+
- uses: actions/download-artifact@v2
86+
with:
87+
name: NugetPackage
88+
- name: Push to NuGet Feed
89+
run: dotnet nuget push ./*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 2.0.29
22
- New feature
3-
- New class and method EnvironmentHelper.GetProjectFolder() to get folder where you will find the stubs
3+
- New class and method EnvironmentHelper.GetProjectFolder() to get folder where you will find the stubs, makes code a bit simpler
44

55
## 2.0.22
66
- New feature

0 commit comments

Comments
 (0)