File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
permissions :
16
16
contents : write
17
+ pull-requests : write
17
18
steps :
18
19
19
20
# Check out current repository
54
55
run : |
55
56
./gradlew patchChangelog --release-note="$CHANGELOG"
56
57
58
+ # Publish the plugin to the Marketplace
59
+ - name : Publish Plugin
60
+ env :
61
+ PUBLISH_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
62
+ run : ./gradlew publishPlugin
63
+
57
64
# Upload artifact as a release asset
58
65
- name : Upload Release Asset
59
66
env :
Original file line number Diff line number Diff line change 3
3
# nanoleaf-intellij-plugin Changelog
4
4
5
5
## [ Unreleased]
6
+ ### Fixed
7
+ - Add publishing plugin in CI
6
8
7
9
## [ 1.0.1]
8
10
### Fixed
Original file line number Diff line number Diff line change 4
4
pluginGroup = com.github.tiste.nanoleafintellijplugin
5
5
pluginName = nanoleaf-intellij-plugin
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 1.0.1
7
+ pluginVersion = 1.0.2
8
8
9
9
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
# for insight into build numbers and IntelliJ Platform versions.
You can’t perform that action at this time.
0 commit comments