Skip to content

Commit

Permalink
workflow changes & version-bump.mjs change
Browse files Browse the repository at this point in the history
  • Loading branch information
iLiftALot committed Nov 14, 2024
1 parent f17146f commit 5ec9bd9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:

- name: Get Version
id: get_version
run: echo "VERSION=$(node -p \"require('./package.json').version\")" >> $GITHUB_ENV
run: |
VERSION=$(node -p "require('./package.json').version")
echo "VERSION=$VERSION" >> $GITHUB_ENV
#- name: Update Version
# id: update_version
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "insta-toc",
"name": "Insta TOC",
"version": "2.0.15",
"version": "2.0.16",
"minAppVersion": "0.15.0",
"description": "Simultaneously generate, update, and maintain a table of contents for your notes.",
"author": "Nick C.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"dependencies": {
"deepmerge-ts": "7.1.3"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"2.0.12": "0.15.0",
"2.0.13": "0.15.0",
"2.0.14": "0.15.0",
"2.0.15": "0.15.0"
"2.0.15": "0.15.0",
"2.0.16": "0.15.0"
}

0 comments on commit 5ec9bd9

Please sign in to comment.