Skip to content

Commit 8098584

Browse files
committed
2.1.0
1 parent 0013f50 commit 8098584

File tree

3 files changed

+15
-20
lines changed

3 files changed

+15
-20
lines changed

.github/workflows/github-publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ jobs:
2929
with:
3030
node-version: 20
3131
registry-url: https://npm.pkg.github.com/
32-
- run: npm ci
33-
- name: Install jq
34-
run: sudo apt-get install jq
35-
- name: Run Bash script
36-
run: |
32+
- run: sudo apt-get install -y jq
33+
- run: |
3734
chmod +x .github/workflows/github-publish.sh
3835
./.github/workflows/github-publish.sh
36+
- run: npm update
3937
- run: npm run build
4038
- run: npm publish
4139
env:

package-lock.json

Lines changed: 11 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "link-inspector",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"author": "Justin Dhillon",
55
"license": "AGPL-3.0-or-later",
66

0 commit comments

Comments
 (0)