Skip to content

Commit

Permalink
NPM Modül Paylaşma
Browse files Browse the repository at this point in the history
  • Loading branch information
madtethys authored Sep 20, 2024
1 parent 7871168 commit 3c7433a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish to npm
on:
push:
branches:
- main
- main

jobs:
publish:
Expand All @@ -24,8 +24,5 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build your package (varsa)
run: npm run build

- name: Publish to npm
run: npm publish

0 comments on commit 3c7433a

Please sign in to comment.