Skip to content

Commit

Permalink
chore: remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Oct 20, 2024
1 parent be199b3 commit 715705a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4,005 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:

jobs:
build:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -23,8 +27,4 @@ jobs:
run: npm run build
- name: Publish
if: success()
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
Loading

0 comments on commit 715705a

Please sign in to comment.