Skip to content

Commit

Permalink
add branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ke-Jin-Laserfiche authored Apr 21, 2022
1 parent 8d1fbff commit 82fba8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
with:
workflow: build.yml
workflow_conclusion: success
branch: main

- name: set up variable -- NpmPackageVersion
run: echo "NpmPackageVersion=${{github.ref_name}}--preview-${{ github.run_id }}" >> $GITHUB_ENV
Expand Down Expand Up @@ -75,6 +76,7 @@ jobs:
with:
workflow: build.yml
workflow_conclusion: success
branch: main

- name: set up variable -- NpmPackageVersion
run: echo "NpmPackageVersion=${{github.ref_name}}" >> $GITHUB_ENV
Expand Down

0 comments on commit 82fba8b

Please sign in to comment.