Skip to content

Commit

Permalink
quick save: Fri Dec 27 09:57:22 MSK 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
nikelborm committed Dec 27, 2024
1 parent de6b7d1 commit 2c05a32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
-
name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 23
-
Expand All @@ -27,10 +27,14 @@ jobs:
npm run build
-
name: 'Release: Upload'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: latest-${{github.sha}}
fail_on_unmatched_files: true
files: |
./dist/minified/index.js
./template.env
-
run: npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"rimraf": "^6.0.1",
"typescript": "^5.4.5"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/nikelborm/download-github-folder.git"
Expand Down

0 comments on commit 2c05a32

Please sign in to comment.