Skip to content

Commit

Permalink
Fix checkout action in the release workflow (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
davi17g authored Feb 29, 2024
1 parent 4521c80 commit 8d370e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
ref: Add-build-actions
token: ${{ secrets.MY_TOKEN || github.token }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Setup Jfrog
Expand Down

0 comments on commit 8d370e2

Please sign in to comment.