Skip to content

Commit

Permalink
Merge pull request #105 from brack-lang/develop
Browse files Browse the repository at this point in the history
Release v0.2.0-rc.2
  • Loading branch information
momeemt authored Oct 23, 2024
2 parents d880f86 + 2a1caf3 commit 764a9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
if [ -z "$LATEST_TAG" ]; then
NEW_TAG="v${{ steps.version.outputs.version }}-rc.1"
else
DEV_NUMBER=$(echo $LATEST_TAG | sed -E 's/^.*-dev-([0-9]+)$/\1/')
NEW_TAG="v${{ steps.version.outputs.version }}-rc.$((DEV_NUMBER + 1))"
RC_NUMBER=$(echo $LATEST_TAG | sed -E 's/^.*-rc-([0-9]+)$/\1/')
NEW_TAG="v${{ steps.version.outputs.version }}-rc.$((RC_NUMBER + 1))"
fi
echo "new_tag=$NEW_TAG" >> $GITHUB_OUTPUT
- name: Generate release note
Expand Down

0 comments on commit 764a9c6

Please sign in to comment.