Skip to content

Commit

Permalink
Fixed release pipeline (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM authored Jan 5, 2023
1 parent 80684a1 commit 9449021
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cp ./config.default.json ./release_files/config.default.json
cp ./config.schema.json ./release_files/config.schema.json
cp ./index.js ./release_files/index.js
cp ./js ./release_files/js
cp -r ./js ./release_files/js
cp ./package-lock.json ./release_files/package-lock.json
cp ./package.json ./release_files/package.json
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notion-steam-api-integration",
"type": "module",
"version": "1.2.0",
"version": "1.2.1",
"description": "Notion integration to fetch data from the Steam API and populate a databse given Steam App ID's.",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 9449021

Please sign in to comment.