We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3caae18 commit 3fdfd8cCopy full SHA for 3fdfd8c
.github/workflows/prerelease_on_version_bump.yaml
@@ -93,19 +93,6 @@ jobs:
93
echo "EOF"
94
} >> $GITHUB_ENV
95
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
-
109
- name: Create Pre-release
110
if: ${{ env.CURRENT_VERSION != env.PREVIOUS_VERSION }}
111
uses: actions/github-script@v7
0 commit comments