Skip to content

Commit

Permalink
Update pre-release code to use selected branch
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <[email protected]>
  • Loading branch information
worksofliam committed Nov 18, 2024
1 parent 37277e7 commit 1d93a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

- uses: actions/checkout@v3
with:
ref: master
ref: ${{ github.ref }}

- name: Install dependencies
run: npm install
run: npm ci

- name: Update version number for prelease
run: |
Expand Down

0 comments on commit 1d93a99

Please sign in to comment.