Skip to content

Commit

Permalink
chore(frame-events): updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SirPhemmiey committed Jul 9, 2024
1 parent ec03c25 commit 94534c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ runs:
registry-url: "https://npm.pkg.github.com"
scope: "@wetransfer"
token: ${{ inputs.GITHUB_TOKEN }}
fetch-depth: 0

- name: Install dependencies
run: yarn install
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }} # Use the current branch name
fetch-depth: 0

- name: Setup
uses: ./.github/actions/setup
Expand Down Expand Up @@ -116,6 +117,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }} # Use the current branch name
fetch-depth: 0

- name: Setup
uses: ./.github/actions/setup
Expand Down

0 comments on commit 94534c1

Please sign in to comment.