Skip to content

Commit

Permalink
Prevent learna from pushing prelease tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Sep 7, 2020
1 parent ea01895 commit b4b2662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config user.name $GITHUB_ACTOR
git config user.email gh-actions-${GITHUB_ACTOR}@github.com
# Make sure the prerelease is tagged with the branch name, and that they are sorted by build:
npm run version -- prerelease --preid=$TAG_SLUG-$GITHUB_RUN_ID-$GITHUB_RUN_NUMBER --yes
npm run version -- prerelease --preid=$TAG_SLUG-$GITHUB_RUN_ID-$GITHUB_RUN_NUMBER --yes --no-push
- run: npm run build
- run: npm run publish -- --dist-tag "$TAG_SLUG"
env:
Expand Down

0 comments on commit b4b2662

Please sign in to comment.