Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/build-and-publish-pre-relea…
Browse files Browse the repository at this point in the history
…se.yml to match the template repo
  • Loading branch information
credfeto committed Aug 10, 2023
1 parent b2335ad commit 1f1028d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
CREATE_RELEASE: false

- name: Build Version
run: |
echo "Version: ${{env.BUILD_VERSION}}"
uses: actions/[email protected]
with:
script: |
core.info('Version: \u001b[38;5;6m${{env.BUILD_VERSION}}');
core.notice('Version: ${{env.BUILD_VERSION}}');

0 comments on commit 1f1028d

Please sign in to comment.