Skip to content

Commit a7897a2

Browse files
authored
Manual versioning (#97)
Signed-off-by: Todd Baert <toddbaert@gmail.com>
1 parent 9ec6555 commit a7897a2

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,13 @@ jobs:
1818
with:
1919
registry-url: 'https://registry.npmjs.org'
2020

21-
- name: Fetch all tags
22-
run: git fetch --force --tags
23-
2421
- name: Install
2522
run: npm ci
2623

2724
- name: Build
2825
run: npm run build
2926

30-
- name: Configure git
31-
run: |
32-
git config --global user.name 'openfeature-ci'
33-
git config --global user.email 'openfeature-ci@users.noreply.github.com'
34-
35-
- name: Version
36-
run: npm version $GITHUB_REF_NAME
37-
3827
- name: Publish
3928
run: npm publish --access public
4029
env:
4130
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42-
43-
- name: Push Version Update
44-
run: git push

0 commit comments

Comments
 (0)