mirror of
https://github.com/pezkuwichain/pezkuwi-sdk-ui.git
synced 2026-06-14 00:31:01 +00:00
chore(deps): bump softprops/action-gh-release from 1 to 3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
tar -czvf ../../../pezkuwi-sdk-ui-${{ github.ref_name }}.tar.gz .
|
||||
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v3
|
||||
with:
|
||||
files: pezkuwi-sdk-ui-${{ github.ref_name }}.tar.gz
|
||||
generate_release_notes: true
|
||||
|
||||
Reference in New Issue
Block a user