mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
ci: pass tag as argument
This commit is contained in:
parent
f945cb1976
commit
1aec0e5039
3
.github/workflows/release-pr.yml
vendored
3
.github/workflows/release-pr.yml
vendored
@ -43,11 +43,10 @@ jobs:
|
|||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|
||||||
- name: Release Edge
|
- name: Release Edge
|
||||||
run: ./scripts/release-edge.sh
|
run: ./scripts/release-edge.sh pr-${{ github.event.issue.number }}
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
|
||||||
NPM_CONFIG_PROVENANCE: true
|
NPM_CONFIG_PROVENANCE: true
|
||||||
TAG: pr-${{ github.event.issue.number }}
|
|
||||||
|
|
||||||
- name: Post comment
|
- name: Post comment
|
||||||
uses: actions/github-script@v5
|
uses: actions/github-script@v5
|
||||||
|
Loading…
Reference in New Issue
Block a user