Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraiAndras committed Apr 16, 2021
2 parents 0721b8f + 4966332 commit 0f54e58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
- name: Run CI
shell: pwsh
run: ./build.ps1 RunCi --ci-build --configuration Release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
5 changes: 3 additions & 2 deletions .github/workflows/nukeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:

- name: Run Nukeeper
shell: pwsh
run: |
./build.ps1 UpdatePackages --github-token ${{ secrets.GITHUB_TOKEN }}
run: ./build.ps1 UpdatePackages --github-token ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
- name: Publish to NuGet
shell: pwsh
run: ./build.ps1 PushNuGet --ci-build --configuration Release --nuget-api-key "${{ secrets.NUGET_API_KEY }}" --github-token "${{ secrets.GITHUB_TOKEN }}"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 0f54e58

Please sign in to comment.