Skip to content

Commit 37fb268

Browse files
authored
Merge pull request #356 from EasyPost/abutler-upload-release-assets-review
chore(ci): pin upload-release-assets action to v3.0.1
2 parents 02d252c + 0ddd4b4 commit 37fb268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
5353

5454
- name: Upload output files to release
55-
uses: AButler/upload-release-assets@v3.0
55+
uses: AButler/upload-release-assets@v3.0.1
5656
with:
5757
files: "target/*.jar;target/*.pom;target/*.asc"
5858
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)