Skip to content

Commit 3fdfd8c

Browse files
committed
chore: bump version number (v2024.3.5 -> v2024.3.6)
feat: added automatic release notes generation fix: fixed version generation refactor: removed redundant tag creation action
1 parent 3caae18 commit 3fdfd8c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/prerelease_on_version_bump.yaml

-13
Original file line numberDiff line numberDiff line change
@@ -93,19 +93,6 @@ jobs:
9393
echo "EOF"
9494
} >> $GITHUB_ENV
9595
96-
# - name: Create Tag
97-
# if: ${{ env.CURRENT_VERSION != env.PREVIOUS_VERSION }}
98-
# uses: actions/github-script@v7
99-
# with:
100-
# script: |
101-
# const version = '${{ steps.current_version.outputs.version }}';
102-
# github.rest.git.createRef({
103-
# owner: context.repo.owner,
104-
# repo: context.repo.repo,
105-
# ref: `refs/tags/v${version}`,
106-
# sha: '${{ github.sha }}'
107-
# });
108-
10996
- name: Create Pre-release
11097
if: ${{ env.CURRENT_VERSION != env.PREVIOUS_VERSION }}
11198
uses: actions/github-script@v7

0 commit comments

Comments
 (0)