Skip to content

Commit

Permalink
Update build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wcoder committed May 2, 2022
1 parent 882acc0 commit 8da2597
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
env:
DOTNET_NOLOGO: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ on:
tags:
- "v[0-9]+.[0-9]+.[0-9]+-preview[0-9]+"
env:
DOTNET_NOLOGO: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -42,7 +43,8 @@ jobs:
run: |
dotnet nuget push ./nupkg/FB2Library.*.nupkg \
--source ${FEED_URL} \
--api-key ${FEED_KEY}
--api-key ${FEED_KEY} \
--skip-duplicate
env:
FEED_URL: https://nuget.pkg.github.com/wcoder/index.json \
FEED_KEY: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8da2597

Please sign in to comment.