Skip to content

Commit

Permalink
only alpha publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Mar 13, 2024
1 parent d44dc3b commit b25169d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,25 +336,4 @@ jobs:
npm whoami
if [[ "$GITHUB_EVENT_NAME" == "schedule" ]]; then
npm publish --tag alpha
else
npm publish
fi
publish-github:
name: Publish GitHub release
needs:
- test
- ember-try
- build
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- name: Create release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false

0 comments on commit b25169d

Please sign in to comment.