Skip to content

Commit

Permalink
Fix release workflow (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
smk4664 authored Feb 12, 2025
1 parent 8fd355b commit 3a4a05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
- name: "Upload binaries to release"
uses: "svenstaro/upload-release-action@v2"
with:
repo_token: "${{ secrets.NTC_GITHUB_TOKEN }}" # use GH_NAUTOBOT_BOT_TOKEN for Nautobot Org repos.
repo_token: "${{ secrets.GH_NAUTOBOT_BOT_TOKEN }}" # use GH_NAUTOBOT_BOT_TOKEN for Nautobot Org repos.
file: "dist/*"
tag: "${{ github.ref }}"
overwrite: true
Expand Down
1 change: 1 addition & 0 deletions changes/178.housekeeping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed release workflow to publish binaries to GitHub.

0 comments on commit 3a4a05d

Please sign in to comment.