File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
- name : Echo release.dat
18
18
run : echo "::debug::Writing 'version = build-${{ github.run_id }}-${{ github.run_number }}' to release.dat"
19
19
- name : Update release.dat
20
- uses : " finnp/create-file-action@1 .0.0"
20
+ uses : " finnp/create-file-action@2 .0.0"
21
21
env :
22
22
FILE_NAME : " release.dat"
23
23
FILE_DATA : " version = build-${{ github.run_id }}-${{ github.run_number }}"
Original file line number Diff line number Diff line change 46
46
- name : Echo release.dat
47
47
run : echo "::debug::Writing 'version = ${{ needs.version.outputs.version }}' to release.dat"
48
48
- name : Update release.dat
49
- uses : " finnp/create-file-action@1 .0.0"
49
+ uses : " finnp/create-file-action@2 .0.0"
50
50
env :
51
51
FILE_NAME : " release.dat"
52
52
FILE_DATA : " version = ${{ needs.version.outputs.version }}"
You can’t perform that action at this time.
0 commit comments