ci: pass tag as argument

This commit is contained in:
Daniel Roe 2023-05-15 22:56:42 +01:00
parent f945cb1976
commit 1aec0e5039
1 changed files with 1 additions and 2 deletions

View File

@ -43,11 +43,10 @@ jobs:
run: pnpm build
- name: Release Edge
run: ./scripts/release-edge.sh
run: ./scripts/release-edge.sh pr-${{ github.event.issue.number }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
NPM_CONFIG_PROVENANCE: true
TAG: pr-${{ github.event.issue.number }}
- name: Post comment
uses: actions/github-script@v5