Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Fixing action path and removing publish trigger now that testing is n…
Browse files Browse the repository at this point in the history
…earing completion
  • Loading branch information
tanderson-ld committed Dec 20, 2023
1 parent 11114fd commit 1b93362
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Publish Package
on:
pull_request:
branches: [main, 'feat/**']
paths-ignore:
- '**.md'
workflow_dispatch:
inputs:
run_tests:
Expand Down Expand Up @@ -107,7 +103,7 @@ jobs:
ssm_parameter_pairs: '/production/common/releasing/nuget/api_key = NUGET_API_KEY'

- name: Publish Nupkg
uses: ./.github/actions/pack
uses: ./.github/actions/publish
with:
dry_run: ${{ inputs.dry_run }}

Expand Down

0 comments on commit 1b93362

Please sign in to comment.