Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-bertoncelli committed Feb 22, 2024
1 parent f550d4d commit 83bc8b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down Expand Up @@ -92,8 +90,6 @@ jobs:
- name: Checkout
if: "${{ env.TAG }}"
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Tagging
if: "${{ env.TAG }}"
Expand Down

0 comments on commit 83bc8b0

Please sign in to comment.