There was an error while loading. Please reload this page.
1 parent 7463ba9 commit da9689fCopy full SHA for da9689f
1 file changed
.github/workflows/prerelease.yml
@@ -37,21 +37,11 @@ jobs:
37
- run: yarn build
38
- run: yarn test
39
40
- - name: Setup GIT
41
- run: |
42
- git reset --hard
43
- git config --local --list
44
- git checkout master
45
- echo "Configured git as $GH_USER <$GH_EMAIL>"
46
- git config user.email "$GH_EMAIL"
47
- git config user.name "$GH_USER"
48
- env:
49
- GH_EMAIL: ${{ secrets.GH_EMAIL }}
50
- GH_USER: ${{ secrets.GH_USER }}
51
-
52
# ---- PUBLISH WITH TRUSTED PUBLISHING ----
53
54
- name: npm publish @wix/interact (trusted)
55
run: |
56
cd packages/interact
57
npm publish --tag rc
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments