Skip to content

Commit

Permalink
more trying to create a github release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Mar 19, 2023
1 parent 74b0461 commit db37d99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/release-github.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ jobs:
force_push_tag: true
message: "Latest Release"

- name: Create Github Release
uses: taiki-e/[email protected]
with:
title: ${{ env.VERSION }}
changelog: changelog.md
token: ${{ secrets.GITHUB_TOKEN }}
ref: refs/tags/v${{ env.VERSION }}

- name: Commit Version Bump
uses: EndBug/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"Default ColdBox App Template",
"version":"6.19.0",
"version":"6.18.0",
"author":"You",
"location":"forgeboxStorage",
"slug":"cbtemplate-advanced-script",
Expand Down

0 comments on commit db37d99

Please sign in to comment.