Skip to content

Commit

Permalink
fix alpha publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Nov 18, 2024
1 parent 040ebd4 commit cc5db96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/alpha-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
LATEST_ALPHA=`npm view ember-source dist-tags.alpha`
export NEXT_ALPHA=`node bin/next-alpha-version.js ${LATEST_ALPHA}`
echo "NEXT_ALPHA=$NEXT_ALPHA" >> $GITHUB_ENV
- name: tag the next alpha
run: npm version ${{env.NEXT_ALPHA}} --allow-same-version
- name: bump version
run: npm version ${{env.NEXT_ALPHA}} --allow-same-version --no-git-tag-version
- name: create tag
run: git tag v${{env.NEXT_ALPHA}}-ember-source
- name: build for publish
env:
BUILD_TYPE: alpha
Expand Down

0 comments on commit cc5db96

Please sign in to comment.