-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(releases): fix dev-version variable
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,12 +17,11 @@ jobs: | |
outputs: | ||
dev-version: ${{ env.DEV_VERSION }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Delete Release and Tag | ||
run: gh release delete ${{ env.DEV_VERSION }} --cleanup-tag | ||
continue-on-error: true | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- uses: dev-drprasad/[email protected] # PRERELEASE is v1.0 and can also be used to test and give us feedback | ||
with: | ||
tag_name: ${{ env.DEV_VERSION }} | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
delete_release: true | ||
|
||
create-dev-release-based-on-current-default-branch: | ||
needs: cleanup-of-dev-release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters