Skip to content

Commit

Permalink
One more attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Aug 6, 2024
1 parent f5c1912 commit 5f30b6f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,5 @@ jobs:
run: dotnet pack -c Release src/templates/FStarLang.DotNet.Common.ProjectTemplates.1.0.csproj

- name: 🛠 Publish templates 🛠
shell: bash
run:
echo ${{ secrets.AZ_DEVOPS_KEY }}
dotnet nuget push "artifacts/package/release/*.nupkg" --source fstarlang --api-key ${{ secrets.AZ_DEVOPS_KEY }} --skip-duplicate
run: dotnet nuget push "artifacts/package/release/*.nupkg" --source fstarlang --api-key ${{ secrets.AZ_DEVOPS_KEY }} --skip-duplicate
if: github.event_name == 'push' || github.event.inputs.publish_artifacts == 'true'
env:
AZ_DEVOPS_KEY: ${{ secrets.AZ_DEVOPS_KEY }}

0 comments on commit 5f30b6f

Please sign in to comment.