Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas authored Nov 23, 2020
1 parent 50b0e6f commit 1519a1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
branches:
- master
- dev-1.0.15

env:
# Disable the .NET logo in the console output.
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
desc="${desc//$'\n'/'%0A'}"
desc="${desc//$'\r'/'%0D'}"
echo "::set-output name=mod_description::$desc"
shell: pwsh
shell: bash

- name: Start Selenoid
uses: Xotabu4/selenoid-github-action@v1
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
desc="${desc//$'\n'/'%0A'}"
desc="${desc//$'\r'/'%0D'}"
echo "::set-output name=mod_description::$desc"
shell: pwsh
shell: bash

- name: Push to NuGet
run: dotnet nuget push "./packages/*.nupkg" -k ${{secrets.NUGET_API_KEY}} -s https://www.nuget.org
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
desc="${desc//$'\n'/'%0A'}"
desc="${desc//$'\r'/'%0D'}"
echo "::set-output name=mod_description::$desc"
shell: pwsh
shell: bash

- name: Create Release
uses: actions/create-release@v1
Expand Down

0 comments on commit 1519a1f

Please sign in to comment.