Commit 3caae18 1 parent 5429857 commit 3caae18 Copy full SHA for 3caae18
File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -93,18 +93,18 @@ jobs:
93
93
echo "EOF"
94
94
} >> $GITHUB_ENV
95
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
- });
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
108
109
109
- name : Create Pre-release
110
110
if : ${{ env.CURRENT_VERSION != env.PREVIOUS_VERSION }}
You can’t perform that action at this time.
0 commit comments