diff --git a/.github/workflows/essentialsplugins-releasebuilds.yml b/.github/workflows/essentialsplugins-releasebuilds.yml index 2560986..921ee45 100644 --- a/.github/workflows/essentialsplugins-releasebuilds.yml +++ b/.github/workflows/essentialsplugins-releasebuilds.yml @@ -195,7 +195,7 @@ jobs: - name: Create nuget package run: nuget pack "./${{ env.NUSPEC_FILE}}.nuspec" -version ${{ needs.Build_Project.outputs.version }} - name: Publish nuget package to Github registry - run: nuget push **/*.nupkg -source github + run: nuget push **/*.nupkg -source github --api-key ${{ secrets.GITHUB_TOKEN}} # Pushes to nuget, not needed unless publishing publicly >> this pushes package to nuget.org - name: Publish nuget package to nuget.org run: nuget push **/*.nupkg -Source https://api.nuget.org/v3/index.json diff --git a/epi-utilities-i18n/epi-utilities-i18n.nuspec b/epi-utilities-i18n/epi-utilities-i18n.nuspec index 5b5ec1b..976536a 100644 --- a/epi-utilities-i18n/epi-utilities-i18n.nuspec +++ b/epi-utilities-i18n/epi-utilities-i18n.nuspec @@ -1,5 +1,3 @@ - - PepperDash.Essentials.Plugin.I18N @@ -9,13 +7,13 @@ pepperdash false MIT - https://github.com/PepperDash-Engineering/epi-utilities-i18n + https://github.com/PepperDash/epi-utilities-i18n Copyright 2021 This plugin allow for displaying text in different languages as described in configuration files crestron 3series 4series - + - \ No newline at end of file +