Skip to content

Commit ae14f79

Browse files
committed
remove workflow warning
1 parent e4a0f12 commit ae14f79

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .github/workflows/releases.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
mkdir ${{ env.PLUGIN_NAME }}
3131
cp main.js manifest.json styles.css ${{ env.PLUGIN_NAME }}
3232
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
33-
ls
34-
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
33+
echo "tag_name=$(git tag --sort version:refname | tail -n 1)" >> $GITHUB_OUTPUT
3534
- name: Create Release
3635
id: create_release
3736
uses: actions/create-release@v1

Diff for: manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-jira-issue",
33
"name": "Jira Issue",
4-
"version": "1.50.4",
4+
"version": "1.50.5",
55
"minAppVersion": "0.12.0",
66
"description": "This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.",
77
"author": "marc0l92",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-jira-issue",
3-
"version": "1.50.4",
3+
"version": "1.50.5",
44
"description": "This plugin allows you to track the progress of [Atlassian Jira](https://www.atlassian.com/software/jira) issues from your [Obsidian](https://obsidian.md/) notes.",
55
"main": "src/main.js",
66
"scripts": {

Diff for: versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@
5959
"1.50.1": "0.12.0",
6060
"1.50.2": "0.12.0",
6161
"1.50.3": "0.12.0",
62-
"1.50.4": "0.12.0"
62+
"1.50.4": "0.12.0",
63+
"1.50.5": "0.12.0"
6364
}

0 commit comments

Comments
 (0)