File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
run : node common/scripts/install-run-rush.js install
36
36
37
37
- name : Setup git
38
- uses :
oleksiyrudenko/[email protected]
38
+ uses :
oleksiyrudenko/[email protected] .1
39
39
with :
40
40
token : ' ${{ secrets.GITHUB_TOKEN }}'
41
41
name : github-actions[bot]
46
46
47
47
- name : Get version
48
48
id : version
49
- run : echo "##[set-output name= TRACKER_VERSION;] $(node -p "require('./trackers/javascript-tracker/package.json').version")"
49
+ run : echo "TRACKER_VERSION= $(node -p "require('./trackers/javascript-tracker/package.json').version")" >> $GITHUB_OUTPUT
50
50
51
51
- name : Fail if version mismatch
52
52
if : ${{ github.event.inputs.version != steps.version.outputs.TRACKER_VERSION }}
87
87
88
88
- name : Generate Release Information
89
89
id : tag_version
90
- uses : mathieudutour/github-tag-action@v5.4
90
+ uses : mathieudutour/github-tag-action@v6.1
91
91
with :
92
92
dry_run : true
93
93
github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 35
35
run : node common/scripts/install-run-rush.js install
36
36
37
37
- name : Setup git
38
- uses :
oleksiyrudenko/[email protected]
38
+ uses :
oleksiyrudenko/[email protected] .1
39
39
with :
40
40
token : ' ${{ secrets.GITHUB_TOKEN }}'
41
41
name : github-actions[bot]
46
46
47
47
- name : Get version
48
48
id : version
49
- run : echo "##[set-output name= TRACKER_VERSION;] $(node -p "require('./trackers/javascript-tracker/package.json').version")"
49
+ run : echo "TRACKER_VERSION= $(node -p "require('./trackers/javascript-tracker/package.json').version")" >> $GITHUB_OUTPUT
50
50
51
51
- name : Fail if version mismatch
52
52
if : ${{ github.event.inputs.version != steps.version.outputs.TRACKER_VERSION }}
80
80
81
81
- name : Generate Release Information
82
82
id : tag_version
83
- uses : mathieudutour/github-tag-action@v5.4
83
+ uses : mathieudutour/github-tag-action@v6.1
84
84
with :
85
85
dry_run : true
86
86
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments