Skip to content

Commit

Permalink
fix: 🐛 action
Browse files Browse the repository at this point in the history
  • Loading branch information
realashleybailey committed Nov 9, 2023
1 parent 509dbc4 commit adf0634
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/beta-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
# Checkout the repo
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_branch }}

# Use NPM and Node.js to install dependencies
- name: Use Node.js 18.18.2
Expand Down Expand Up @@ -129,8 +127,6 @@ jobs:
# Checkout the repo
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_branch }}

# Get the Release Version from latest
- name: Get the Release Version from latest
Expand Down

0 comments on commit adf0634

Please sign in to comment.