We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec6555 commit a7897a2Copy full SHA for a7897a2
.github/workflows/release.yml
@@ -18,27 +18,13 @@ jobs:
18
with:
19
registry-url: 'https://registry.npmjs.org'
20
21
- - name: Fetch all tags
22
- run: git fetch --force --tags
23
-
24
- name: Install
25
run: npm ci
26
27
- name: Build
28
run: npm run build
29
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
38
- name: Publish
39
run: npm publish --access public
40
env:
41
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42
43
- - name: Push Version Update
44
- run: git push
0 commit comments