Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
greendoescode authored Jul 30, 2023
1 parent 17e6b84 commit 2895977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
path: .

- name: Create release zip
run: zip -r "V${{ steps.get-version.outputs.version }}-prerelease.zip" .
run: zip -r "V${{ steps.get-version.outputs.version }}-prerelease.zip" . -x "*.git*" ".github*" ".gitignore"

- name: Check if release exists
id: check_release
Expand All @@ -50,7 +50,7 @@ jobs:
id: create_or_update_github_release
uses: actions/create-release@v1
with:
tag_name: "v${{ steps.get-version.outputs.version }}"
tag_name: "V${{ steps.get-version.outputs.version }}"
release_name: "Pre-release ${{ steps.get-version.outputs.version }}"
draft: false
prerelease: true
Expand Down

0 comments on commit 2895977

Please sign in to comment.