Skip to content

Commit

Permalink
chore(release): publish 3.5.0 (#12126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode authored Jul 27, 2022
1 parent e5675c5 commit 39d0b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
CI: true
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
BRANCH_NAME: ${{ github.ref || github.head_ref || github.ref_name }}
jobs:
publish:
name: Publish
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref : ${{ github.ref }}
ref : ${{ env.BRANCH_NAME }}
- name: Setup Node ${{ matrix.node_version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 39d0b1c

Please sign in to comment.