Skip to content

Commit

Permalink
Merge pull request #2 from Tum4ik/fix-workflow
Browse files Browse the repository at this point in the history
Fix workflow
  • Loading branch information
Tum4ik authored Apr 6, 2024
2 parents 537a2b2 + f77615a commit aa89635
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/files-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
branches:
- 'main'
paths:
- '.github/workflows/**'
- 'Tum4ik.JustClipboardManager.FilesPlugin/**'


Expand All @@ -25,8 +26,8 @@ jobs:
name: Images Plugin
uses: ./.github/workflows/abstract-plugin.yml
with:
version: ${{ inputs.version }}
is-release: ${{ inputs.is-release }}
version: ${{ inputs.version || '3.0.0' }}
is-release: ${{ inputs.is-release || false }}
plugin-folder: 'Tum4ik.JustClipboardManager.FilesPlugin'
files-to-sign: 'Tum4ik.JustClipboardManager.FilesPlugin.dll'
plugin-friendly-name: 'Files Plugin'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/images-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
branches:
- 'main'
paths:
- '.github/workflows/**'
- 'Tum4ik.JustClipboardManager.ImagesPlugin/**'


Expand All @@ -25,8 +26,8 @@ jobs:
name: Images Plugin
uses: ./.github/workflows/abstract-plugin.yml
with:
version: ${{ inputs.version }}
is-release: ${{ inputs.is-release }}
version: ${{ inputs.version || '3.0.0' }}
is-release: ${{ inputs.is-release || false }}
plugin-folder: 'Tum4ik.JustClipboardManager.ImagesPlugin'
files-to-sign: 'Tum4ik.JustClipboardManager.ImagesPlugin.dll'
plugin-friendly-name: 'Images Plugin'
Expand Down

0 comments on commit aa89635

Please sign in to comment.