Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Apr 20, 2024
1 parent 4913370 commit 6bae9f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

softprops/action-gh-release@v1
name: build-prerelease

# Controls when the workflow will run
Expand Down Expand Up @@ -350,8 +350,7 @@ jobs:
echo "::set-output name=tag::$version"
- name: Create Release and Upload Release Asset
uses: "marvinpinto/action-automatic-releases@latest"
with:
uses: softprops/action-gh-release@v1 with:
name: Pre-Release Build
tag_name: prerelease
body: ${{ steps.version_tag.outputs.tag }}
Expand Down

0 comments on commit 6bae9f5

Please sign in to comment.