Skip to content

Commit

Permalink
workflows: update step descriptions [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Apr 10, 2023
1 parent 8ce48d1 commit ce1cd7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:
- name: Run build
run: |
yarn install --frozen-lockfile
- name: Prep to publish
run: npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
env:
CI: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Release ${{ github.run_number }}-beta

- name: Beta release
if: github.event_name == 'pull_request'
uses: nick-invision/retry@v2
with:
Expand All @@ -50,7 +52,8 @@ jobs:
env:
CI_BUILD_NUMBER: ${{ github.run_number }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Release ${{ github.run_number }}

- name: Stable release
if: github.ref == 'refs/heads/main'
uses: nick-invision/retry@v2
with:
Expand Down

0 comments on commit ce1cd7e

Please sign in to comment.