Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Mar 29, 2023
1 parent 018b02f commit 70ea497
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/deploy-create-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
run: |
echo "RELEASE_VERSION=beta" >> $GITHUB_ENV
- name: Delete existing tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release delete $RELEASE_VERSION --cleanup-tag --yes
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -39,10 +33,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload $RELEASE_VERSION build/plugin-check.zip
- name: Set release to prerelease
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release edit $RELEASE_VERSION --prerelease
gh release upload $RELEASE_VERSION build/plugin-check.zip --clobber

0 comments on commit 70ea497

Please sign in to comment.