Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
coldsofttech committed May 4, 2024
1 parent ad7c697 commit 5e21263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Set Branch Name
id: set_branch_name
run: |
echo "BRANCH_NAME=${ GITHUB_REF#refs/heads/ }" >> $GITHUB_ENV
echo ${{ env.BRANCH_NAME }}
echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
echo $BRANCH_NAME
- name: Check for existing release
id: check_release
Expand Down

0 comments on commit 5e21263

Please sign in to comment.