Skip to content

Commit e86300d

Browse files
authored
Merge pull request #629 from EasyPost/abutler-upload-release-assets-review
chore(ci): pin upload-release-assets action to v3.0.1
2 parents 2a9dbe7 + 98b7ecf commit e86300d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: make publish key=${{ secrets.NUGET_API_KEY }}
7272

7373
- name: Upload NuGet package to release
74-
uses: AButler/upload-release-assets@v3.0
74+
uses: AButler/upload-release-assets@v3.0.1
7575
with:
7676
files: "*.nupkg"
7777
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)