Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev authored Dec 1, 2024
1 parent 2608f83 commit cfcad65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
release:
name: Release
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout branch
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
pnpm release:canary
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cfcad65

Please sign in to comment.