File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
permissions :
27
27
contents : write
28
28
outputs :
29
- version : ${{ steps.tag.outputs.new_tag }}
29
+ new_tag : ${{ steps.tag.outputs.new_tag }}
30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
with :
39
39
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40
40
WITH_V : true
41
41
DEFAULT_BUMP : ${{ inputs.default_bump }}
42
- - run : echo "${{ toJson(steps.tag.outputs) }}"
Original file line number Diff line number Diff line change 9
9
permissions :
10
10
contents : write
11
11
uses : ./.github/workflows/bump-tag.yml
12
+
12
13
build-and-publish :
13
14
needs : bump-tag-version
14
15
permissions :
15
16
packages : write
16
17
contents : read
17
18
uses : ./.github/workflows/create-docker-image.yml
18
19
with :
19
- version : ${{ needs.bump-tag-version.outputs.version }}
20
+ version : ${{ needs.bump-tag-version.outputs.new_tag }}
You can’t perform that action at this time.
0 commit comments