Skip to content

Commit

Permalink
Update release-build-outputs.yml
Browse files Browse the repository at this point in the history
Updated the release (build outputs) workflow
to correct a bug which was causing releases
to not properly be marked as a release or
pre-release.

The header of the workflow file was also
updated accordingly.

fixes #59.
  • Loading branch information
alexjhawk committed Mar 19, 2024
1 parent b7deea6 commit ffce38a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-build-outputs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# HMS Networks; Americas
# Build Outputs Action for Maven-based Ewon ETK Project Releases
# Version: 3.0.0
# Date: February 8, 2024
# Version: 3.0.1
# Date: March 18, 2024
#
# This action is configured to automatically run when a release
# tag is created in the following syntax: `v*`.
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
target_commitish: ${{ github.sha }}
name: Release ${{ env.VERSION_NUMBER }}
draft: false
prerelease: ${{ steps.check_pre_release.outputs.IS_PRE_RELEASE }}
prerelease: ${{ env.IS_PRE_RELEASE }}
generate_release_notes: false
body_path: ${{ env.RELEASE_BODY_FILE }}
files: |
Expand Down

0 comments on commit ffce38a

Please sign in to comment.