Skip to content

Commit 920ce19

Browse files
authored
Merge pull request #75 from EasyPost/abutler-upload-release-assets-review
chore(ci): pin upload-release-assets action to v3.0.1
2 parents ce1c8dc + 6a54e39 commit 920ce19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# If triggered by a release, upload the NuGet package to the release
7676
- name: Upload NuGet package to release
7777
if: github.event_name == 'release'
78-
uses: AButler/[email protected]
78+
uses: AButler/[email protected].1
7979
with:
8080
files: '*.nupkg'
8181
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)