Skip to content

Commit f59dd0c

Browse files
authored
Merge pull request #16 from wisedev-code/feat/publish-tweaks
Implemented tweaks to publish script
2 parents 9b4a136 + e5ec43a commit f59dd0c

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Build solution
2727
run: dotnet build --configuration Release --no-restore
2828

29-
# - name: Run tests
30-
# run: dotnet test --configuration Release --no-build --verbosity normal --filter FullyQualifiedName\!~IntegrationTests
29+
- name: Run tests
30+
run: dotnet test --configuration Release --no-build --verbosity normal --filter FullyQualifiedName\!~IntegrationTests
3131

3232
- name: Get version from .nupsec file
3333
run: |
@@ -44,13 +44,12 @@ jobs:
4444
repo: context.repo.repo
4545
});
4646
return response.data.tag_name;
47-
core.exportVariable('LATEST_VERSION', response.data.tag_name);
4847
result-encoding: string
4948

50-
# - name: Save the version
51-
# run: |
52-
# LATEST_VERSION="${{steps.get-version.outputs.result}}"
53-
# echo "LATEST_VERSION=${LATEST_VERSION}" >> $GITHUB_ENV
49+
- name: Save the version
50+
run: |
51+
LATEST_VERSION="${{steps.get-version.outputs.result}}"
52+
echo "LATEST_VERSION=${LATEST_VERSION}" >> $GITHUB_ENV
5453
5554
- name: Compare versions
5655
id: compare-versions

Releases/0.0.10-pre.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 0.0.10 pre-release
2+
3+
- Tweaks to publish script

src/MaIN.Core/.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>MaIN.NET</id>
5-
<version>0.0.9-pre</version>
5+
<version>0.0.10-pre</version>
66
<authors>Wisedev</authors>
77
<owners>Wisedev</owners>
88
<icon>favicon.png</icon>

0 commit comments

Comments
 (0)