Skip to content

Commit

Permalink
chore: adapt ci
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Feb 16, 2024
1 parent 987838b commit f86c6f9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
node-version: '18.19.0'
- name: Create release
uses: konfer-be/action-create-release-from-tag@v1.0.2
uses: konfer-be/action-create-release-from-tag@v1.0.12
with:
token: ${{ secrets.GITHUB_TOKEN }}
publish:
Expand Down
16 changes: 8 additions & 8 deletions .gitignore
@@ -1,11 +1,11 @@
*-debug.log
*-error.log
.nyc_output/
.vscode/
node_modules/
dist/
lib/
bin/
tmp/
reports/
.nyc_output
.vscode
node_modules
dist
lib
bin
tmp
reports
yarn.lock
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -10,9 +10,6 @@
"node": ">=18.19.0",
"npm": ">=10.2.3"
},
"directories": {
"lib": "lib"
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit f86c6f9

Please sign in to comment.