Skip to content

Commit

Permalink
feat(intellij-plugin): Try semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis committed Jul 26, 2024
1 parent 1c67212 commit e5ae897
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/intellij-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e5ae897

Please sign in to comment.