-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(intellij-plugin): Try semantic release
- Loading branch information
1 parent
1c67212
commit e5ae897
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,11 +160,11 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
# Free GitHub Actions Environment Disk Space | ||
- name: Maximize Build Space | ||
uses: jlumbroso/free-disk-space@main | ||
with: | ||
tool-cache: false | ||
large-packages: false | ||
# - name: Maximize Build Space | ||
# uses: jlumbroso/free-disk-space@main | ||
# with: | ||
# tool-cache: false | ||
# large-packages: false | ||
|
||
# Check out the current repository | ||
- name: Fetch Sources | ||
|
@@ -236,6 +236,7 @@ jobs: | |
|
||
- name: Semantic Release | ||
run: npx [email protected] | ||
working-directory: ./ide_extension/intellij | ||
env: | ||
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} | ||
# # Check out the current repository | ||
|