Archived
1
0

refactor(ci): use release in branch release name (#5352)

This commit is contained in:
Joe Previte
2022-07-18 14:38:07 -07:00
committed by GitHub
parent 033cdf2357
commit 23a18786de
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
uses: dawidd6/action-download-artifact@v2
id: download
with:
branch: v${{ steps.version.outputs.version }}
branch: release/v${{ steps.version.outputs.version }}
workflow: ci.yaml
workflow_conclusion: completed
name: "npm-package"