Skip to content

Commit

Permalink
ci(release): remove redundant legacy step
Browse files Browse the repository at this point in the history
This step existed to update the release-next-preview workflow, but that
workflow was rolled into the main ci workflow.
  • Loading branch information
korthout committed Oct 28, 2023
1 parent 3601109 commit a94e18c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@ jobs:
git push origin v${{ steps.version.outputs.major }} --force
git push origin v${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }} --force
- name: Update release-next-preview workflow
uses: jacobtomlinson/gha-find-replace@v3
with:
find: 'v(\d+)\.next-preview'
replace: 'v${{ steps.version.outputs.major }}.next-preview'
include: ".github/workflows/release-next-preview.yml"
regex: true

- name: Commit next development version
id: commit-next-dev
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit a94e18c

Please sign in to comment.