Skip to content

Commit

Permalink
Merge pull request #626 from crate-ci/renovate/actions-upload-release…
Browse files Browse the repository at this point in the history
…-asset-1.x

chore(deps): update actions/upload-release-asset action to v1.0.2
  • Loading branch information
epage committed Dec 2, 2022
2 parents aa2789b + a61e48a commit 070fd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV
fi
- name: Upload release archive
uses: actions/upload-release-asset@v1.0.1
uses: actions/upload-release-asset@v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 070fd11

Please sign in to comment.