Skip to content

Commit

Permalink
Fixup for failed uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-jay authored May 24, 2024
1 parent 356f194 commit 279a427
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
run: bats bats/xfs.bats

release:
if: ${{ github.ref_name == github.event.repository.default_branch }} # Only release from the default branch
runs-on: ubuntu-latest
name: Release 🚀
needs:
Expand Down Expand Up @@ -101,17 +100,10 @@ jobs:
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.version.outputs.v-version }}
prerelease: false
draft: false
prerelease: true
draft: true
token: ${{ secrets.GITHUB_TOKEN }}
generate_release_notes: true
files: |
*/ebs-bootstrap-linux-*
ebs-bootstrap-linux-*
- id: push-short-tag
name: Create release short tag 🏷
uses: richardsimko/update-tag@v1.0.11
with:
tag_name: ${{ steps.version.outputs.major-v-version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 279a427

Please sign in to comment.