Skip to content

Commit

Permalink
release - Switch to softprops/[email protected] (#4870)
Browse files Browse the repository at this point in the history
Summary:
This diff switches to `softprops/[email protected]` for creating a release since `actions/create-release` is *archived* and is **NOT maintained**.

### Ref.:
- `actions/create-release` archived and not maintained notice: https://github.com/actions/create-release
- `softprops/[email protected]` changelog: https://github.com/softprops/action-gh-release/releases/tag/v0.1.15

## Changelog:

[GENERAL] [SECURITY] - [Actions] `release` - Switch to `softprops/[email protected]` to create a release

Pull Request resolved: #4870

Test Plan: - Workflow should run and work as usual.

Reviewed By: lblasa

Differential Revision: D47829486

Pulled By: passy

fbshipit-source-id: fea3b9ed7b76736bcc85d6bd1fa43a14d10a8763
  • Loading branch information
Pranav-yadav authored and facebook-github-bot committed Jul 27, 2023
1 parent 530a621 commit c212ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
version_assertion_command: 'grep -q "\"version\": \"$version\"" desktop/package.json'
- name: Create release
if: ${{ steps.tag-version-commit.outputs.tag != '' }}
uses: actions/create-release@v1
uses: softprops/action-gh-release@v0.1.15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag-version-commit.outputs.tag }}
release_name: ${{ steps.tag-version-commit.outputs.tag }}
name: ${{ steps.tag-version-commit.outputs.tag }}
body: |
See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md
for full notes.
Expand Down

0 comments on commit c212ff9

Please sign in to comment.