Skip to content

Commit

Permalink
fix: action name
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops committed Jan 7, 2025
1 parent b38fa34 commit bed09ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
release:
dryRun:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -15,7 +15,7 @@ jobs:
- run: npm run build
- run: npm audit signatures
- run: npm test
- name: Release
- name: Dry Run Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit bed09ab

Please sign in to comment.