Skip to content

Commit

Permalink
Merge pull request #6 from ahmetarsiv/master
Browse files Browse the repository at this point in the history
Compile bug fixed
  • Loading branch information
ahmetarsiv authored Mar 9, 2024
2 parents e0715f6 + 792d1f8 commit cb883bb
Show file tree
Hide file tree
Showing 22 changed files with 115 additions and 709 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Publish Package

on:
push:
branches:
- master
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
build:
Expand All @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
run: npm install
Expand Down
Loading

0 comments on commit cb883bb

Please sign in to comment.