Skip to content

Commit

Permalink
Merge pull request #56 from TheDudeFromCI/renovate/actions-upload-rel…
Browse files Browse the repository at this point in the history
…ease-asset-1.x

Update actions/upload-release-asset action to v1.0.2
  • Loading branch information
TheDudeFromCI authored Oct 20, 2020
2 parents c4b4dc5 + 892ca49 commit 6c6c2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
zip -j lib target/lib/*.jar
- name: Upload Release Zip
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -128,7 +128,7 @@ jobs:
asset_content_type: application/zip

- name: Upload Libraries Zip
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 6c6c2f7

Please sign in to comment.