Skip to content

Commit

Permalink
Fixing Release Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hermeswaldemarin committed Nov 30, 2023
1 parent 74b02aa commit 02235ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
@@ -1,8 +1,6 @@
name: Publish Nuget
on:
push:
branches:
- "main"
tags:
- v*
jobs:
Expand All @@ -18,6 +16,11 @@ jobs:
dotnet-quality: 'preview'
env:
NUGET_AUTH_TOKEN: ${{secrets.NUGET_AUTH_TOKEN}}

- name: Test
run: echo $NUGET_AUTH_TOKEN
env:
NUGET_AUTH_TOKEN: ${{secrets.NUGET_AUTH_TOKEN}}

- name: Run Build
run: dotnet build src/ABSmartly.Sdk
Expand Down

0 comments on commit 02235ac

Please sign in to comment.