Skip to content

Commit

Permalink
Add environment variables and UI panel final modifiers
Browse files Browse the repository at this point in the history
This commit updates the deployment workflow to use new environment variables for signing the plugin. It also refactors UI code in `JKSView.java` to make some panel fields final and removes redundant labels. The changes streamline the signing process and enhance code clarity.
  • Loading branch information
cortiz committed Sep 6, 2024
1 parent e40154a commit c9908f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
tags:
- 'alpha-*'
- '*-alpha'

jobs:
build:
Expand Down

0 comments on commit c9908f3

Please sign in to comment.