Skip to content

Commit 71f1de9

Browse files
authored
Merge pull request #370 from EasyPost/abutler-upload-release-assets-review
chore(ci): pin upload-release-assets action to v3.0.1
2 parents e699e8b + 5729c20 commit 71f1de9

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
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
password: ${{ secrets.PYPI_API_KEY }}
2222
- name: Upload assets to release
23-
uses: AButler/upload-release-assets@v3.0
23+
uses: AButler/upload-release-assets@v3.0.1
2424
with:
2525
files: 'dist/*'
2626
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)