Skip to content

Commit

Permalink
Removing release.sh. Avoid using environment variable
Browse files Browse the repository at this point in the history
Signed-off-by: mposolda <[email protected]>
  • Loading branch information
mposolda committed Dec 16, 2024
1 parent 02ec39a commit 336e1d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/x-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
else
echo 'false'
fi
)" >> $GITHUB_ENV
)" >> "$GITHUB_OUTPUT"
- name: Create a github release
if: env.release-exists == 'false'
if: steps.release-exists.outputs.release-existss == 'false'
run: gh release create ${{ inputs.tag }} --repo ${{ inputs.gh-org }}/keycloak-nodejs-connect --title ${{ inputs.tag }} --draft ${{ inputs.nightly && '--prerelease' || '' }}

- name: Create package tarball
Expand Down
23 changes: 0 additions & 23 deletions release.sh

This file was deleted.

0 comments on commit 336e1d0

Please sign in to comment.