Skip to content

Commit

Permalink
webserver finalized
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed May 8, 2024
1 parent fb8ea88 commit 526bc2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup CommandBox
uses: Ortus-Solutions/setup-commandbox@v2.0.1
with:
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
forgeboxAPIKey: ${{ secrets.FORGEBOX_API_TOKEN }}

- name: Setup Java
uses: actions/setup-java@v4
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
changelogPath: ./changelog.md
tag: v${{ env.VERSION }}

- name: Build it!
- name: Build v${{ env.VERSION }}
run: |
npm install -g markdownlint-cli
markdownlint changelog.md --fix
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Gradle Properties
version = 1.0.0
group = ortus.boxlang
boxlangVersion = 1.0.0
jdkVersion = 17
version=1.0.0
group=ortus.boxlang
boxlangVersion=1.0.0
jdkVersion=17

0 comments on commit 526bc2d

Please sign in to comment.