mirror of
https://github.com/Redocly/redoc.git
synced 2025-06-20 04:33:03 +03:00
job name
This commit is contained in:
parent
4e07e6cb41
commit
a2ceeb5681
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -111,7 +111,7 @@ jobs:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||||
|
|
||||||
publish-beta:
|
publish-beta:
|
||||||
name: Publish Beta
|
name: Publish Beta to NPM
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event.release.prerelease }}
|
if: ${{ github.event.release.prerelease }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -164,7 +164,7 @@ jobs:
|
||||||
|
|
||||||
- name: Before deploy
|
- name: Before deploy
|
||||||
run: npm ci && npm run declarations
|
run: npm ci && npm run declarations
|
||||||
|
|
||||||
- name: Publish npm Package #TODO: remove dry-run when ready
|
- name: Publish npm Package #TODO: remove dry-run when ready
|
||||||
run: |
|
run: |
|
||||||
npm version $RELEASE_VERSION --no-git-tag-version
|
npm version $RELEASE_VERSION --no-git-tag-version
|
||||||
|
|
Loading…
Reference in New Issue
Block a user