Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesdevelop committed Jul 16, 2024
1 parent 8718295 commit 47a6ae7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
with:
branch: main
fetch-depth: 0
# switch to the main branch
- name: switch to new branch
run: git checkout main

- name: Get package version
id: package-version
Expand Down

0 comments on commit 47a6ae7

Please sign in to comment.