Skip to content

Commit 0a7a5ec

Browse files
authored
fix: Dont push experiemental branches (open-feature#101)
Dont push experiemental branches Signed-off-by: Todd Baert <[email protected]>
1 parent e8a10ea commit 0a7a5ec

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/experimental-release.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,9 @@ jobs:
4545
git config --global user.email '[email protected]'
4646
4747
- name: Version
48-
run: npm version prerelease --preid experimental
48+
run: npm version prerelease --preid experimental-$GITHUB_SHA
4949

5050
- name: Publish
5151
run: npm publish --access public
5252
env:
5353
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
54-
55-
- name: Push Version Update
56-
run: git push

.release-please-manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{}
1+
{
2+
".": "0.1.8"
3+
}

0 commit comments

Comments
 (0)