File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 45
45
- name : Build packages
46
46
run : yarn run build
47
47
48
- - name : Publish packages
49
- # manual switch to latest
50
- run : yarn publish --ignore-scripts --no-git-tag-version --no-commit-hooks --non-interactive --tag beta
51
- env :
52
- NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
53
-
54
48
- name : Get Changelog Entry
55
49
id : changelog_reader
56
50
uses : mindsers/changelog-reader-action@v2
66
60
with :
67
61
tag_name : ${{ needs.tag.outputs.tag }}
68
62
body : ${{ steps.changelog_reader.outputs.changes }}
69
- prerelease : true
63
+ prerelease : false
70
64
release_name : Release ${{ needs.tag.outputs.tag }}
65
+
66
+ - name : Publish packages
67
+ run : yarn publish --ignore-scripts --no-git-tag-version --no-commit-hooks --non-interactive
68
+ env :
69
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
71
70
# in case of failure
72
71
- name : Rollback on failure
73
72
if : failure()
You can’t perform that action at this time.
0 commit comments