Skip to content

Commit

Permalink
Change the release workflow to get an existing release
Browse files Browse the repository at this point in the history
Summary:

Test Plan:
  • Loading branch information
ndmitchell committed Feb 2, 2025
1 parent 512f73e commit 25c128f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ jobs:
string: ${{ github.ref }} # e.g. refs/tags/v0.11.1.1
split-by: 'v'

- uses: actions/create-release@v1
- uses: joutvhu/get-release@v1
id: create-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ steps.reftags_version.outputs._1 }}
release_name: v${{ steps.reftags_version.outputs._1 }}

build:
needs: init
Expand Down

0 comments on commit 25c128f

Please sign in to comment.