Skip to content

Commit

Permalink
chore: change workflow name (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen authored Jun 30, 2024
1 parent 427f5eb commit f79c1d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Plugin
name: Publish Plugin

on:
push:
Expand All @@ -19,6 +19,9 @@ jobs:
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
build-scan-terms-of-use-agree: "yes"

- name: Download latest Infracost
run: ./scripts/download.sh

- name: Run build plugin
run: ./gradlew buildPlugin

Expand Down
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@

## [Unreleased]

## [1.0.1] - 2024-06-30
### Added
- Add signed commits

### Fixed
- Icon can be huge for some IDEs

## [1.0.0] - 2024-06-29
### Added
- Initial release of the Infracost plugin for JetBrains IDEs.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pluginGroup = io.infracost.plugins
pluginName = Infracost
pluginRepositoryUrl = https://github.com/infracost/jetbrains-infracost
pluginVersion = 1.0.1
pluginVersion = 1.0.0

pluginSinceBuild = 232
pluginUntilBuild = 242.*
Expand Down

0 comments on commit f79c1d4

Please sign in to comment.