Skip to content

Commit

Permalink
fix: Dont push experiemental branches (#101)
Browse files Browse the repository at this point in the history
Dont push experiemental branches

Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Jul 22, 2022
1 parent e8a10ea commit 0a7a5ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/experimental-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,9 @@ jobs:
git config --global user.email '[email protected]'
- name: Version
run: npm version prerelease --preid experimental
run: npm version prerelease --preid experimental-$GITHUB_SHA

- name: Publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Push Version Update
run: git push
4 changes: 3 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
".": "0.1.8"
}

0 comments on commit 0a7a5ec

Please sign in to comment.