mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
Merge pull request #756 from terraform-docs/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
This commit is contained in:
2
.github/workflows/prerelease.yaml
vendored
2
.github/workflows/prerelease.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
args: release --rm-dist --skip-publish --skip-sign
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: dist/terraform-docs-v*
|
||||
|
||||
Reference in New Issue
Block a user