Skip to content

Commit

Permalink
release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t committed May 10, 2024
1 parent 51261a6 commit 754edd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-githubpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: "Release Version"
id: release_version
run: |
echo "BUILD_VERSION=${RELEASE_TAG#v}" >> $GITHUB_ENV
echo "::notice titel='Publishing release'::Release Version is '$BUILD_VERSION'"
echo "BUILD_VERSION=${RELEASE_TAG#v}" >> "$GITHUB_ENV"
echo "BUILD_VERSION=${RELEASE_TAG#v}" >> "$GITHUB_OUTPUT"
echo "::notice title='Publishing release'::Release Version is ${RELEASE_TAG#v}"
cat $GITHUB_ENV
echo "::set-output name=version::${BUILD_VERSION}"
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down

0 comments on commit 754edd4

Please sign in to comment.