Skip to content

Commit

Permalink
Use filename for publish workflow dispatch (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
withinfocus authored Sep 17, 2024
1 parent b8c73b2 commit 5a8fc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
run: >
gh workflow run publish-nuget
gh workflow run publish-nuget.yml
--repo bitwarden/devops
--field repository=${{ github.event.repository.name }}
--field run-id=${{ github.run_id }}
Expand Down

0 comments on commit 5a8fc27

Please sign in to comment.