Skip to content

Commit

Permalink
Change version of used action for create release
Browse files Browse the repository at this point in the history
  • Loading branch information
jtprogru committed Sep 29, 2024
1 parent 0f48228 commit 5c79955
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
zip -r "${{ github.event.repository.name }}.zip" "${{ github.event.repository.name }}"
- name: Release
id: create_release
uses: actions/create-release@v1.1.4
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ github.ref }}
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": "obsidian-vault-full-statistics-plugin",
"name": "Vault Full Statistics",
"version": "0.2.3",
"version": "0.2.4",
"minAppVersion": "0.15.0",
"description": "Status bar item with vault full statistics such as number of notes, files, attachments, and links.",
"author": "Mikhail Savin",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-vault-full-statistics-plugin",
"version": "0.2.3",
"version": "0.2.4",
"description": "Status bar item with vault full statistics such as number of notes, files, attachments, and links.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"0.2.0": "0.15.0",
"0.2.1": "0.15.0",
"0.2.2": "0.15.0",
"0.2.3": "0.15.0"
"0.2.3": "0.15.0",
"0.2.4": "0.15.0"
}

0 comments on commit 5c79955

Please sign in to comment.