Skip to content

Commit

Permalink
Merge branch 'main' into feature/AddSecondaryDefaultDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-welker authored Mar 11, 2021
2 parents 153782c + 1dca749 commit 298ef5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/essentialsplugins-releasebuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 3 additions & 5 deletions epi-utilities-i18n/epi-utilities-i18n.nuspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>PepperDash.Essentials.Plugin.I18N</id>
Expand All @@ -9,13 +7,13 @@
<owners>pepperdash</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/PepperDash-Engineering/epi-utilities-i18n</projectUrl>
<projectUrl>https://github.com/PepperDash/epi-utilities-i18n</projectUrl>
<copyright>Copyright 2021</copyright>
<description>This plugin allow for displaying text in different languages as described in configuration files</description>
<tags>crestron 3series 4series</tags>
<repository type="git" url="https://github.com/PepperDash-Engineering/epi-utilities-i18n"/>
<repository type="git" url="https://github.com/PepperDash/epi-utilities-i18n"/>
</metadata>
<files>
<file src="**" target="lib\net35"/>
</files>
</package>
</package>

0 comments on commit 298ef5c

Please sign in to comment.