Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: actions to use redirect branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Jun 30, 2024
1 parent 7863690 commit 3381bee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: redirect
- name: npm install and build
run: |
npm ci
Expand All @@ -23,6 +25,8 @@ jobs:
steps:
- name: check out the repo
uses: actions/checkout@v4
with:
ref: redirect
- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
# check out the repository with all releases
- uses: actions/checkout@v4
with:
ref: redirect
fetch-depth: 0

# Create a temporary, uniquely named branch to push release info to
Expand Down

0 comments on commit 3381bee

Please sign in to comment.