Skip to content

Commit

Permalink
ci: pass tag as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 15, 2023
1 parent f945cb1 commit 1aec0e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-pr.yml
Expand Up @@ -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
Expand Down

0 comments on commit 1aec0e5

Please sign in to comment.