Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d68b70fa5 | |||
| e41d93e301 |
@@ -58,5 +58,5 @@ jobs:
|
||||
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}')
|
||||
REPOSITORY_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $2}' | tr '-' '_')
|
||||
dotnet pack --include-symbols --include-source -p:PackageVersion=$(cat $REPOSITORY_NAME/VERSION) TextParser.sln
|
||||
echo "dotnet nuget push -k <GITEA_PAT> $REPOSITORY_NAME/bin/Release/$REPOSITORY_NAME.$(cat $REPOSITORY_NAME/VERSION).symbols.nupkg"
|
||||
echo "dotnet nuget push -k ${GITEA_PAT:0:-15} $REPOSITORY_NAME/bin/Release/$REPOSITORY_NAME.$(cat $REPOSITORY_NAME/VERSION).symbols.nupkg"
|
||||
dotnet nuget push -k $GITEA_PAT $REPOSITORY_NAME/bin/Release/$REPOSITORY_NAME.$(cat $REPOSITORY_NAME/VERSION).symbols.nupkg
|
||||
|
||||
11
HISTORY.md
11
HISTORY.md
@@ -5,10 +5,21 @@ Changelog
|
||||
(unreleased)
|
||||
------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- More debug outputs, refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
|
||||
0.11.7 (2025-10-26)
|
||||
-------------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Simplify push script, refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
Other
|
||||
~~~~~
|
||||
|
||||
|
||||
0.11.6 (2025-10-26)
|
||||
-------------------
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.11.7
|
||||
0.11.8
|
||||
|
||||
Reference in New Issue
Block a user