Skip to content

Commit

Permalink
Upgrade to GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshihitoAso committed Mar 12, 2024
1 parent 04775a0 commit 63bebd5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ibet_for_fin_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Get tag name
id: get_tag_name
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT

# ibet for Fin (General)
- name: Build and Push (ibet for Fin / General)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ibet_for_fin_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Get tag name
id: get_tag_name
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT

# ibet for Fin (Validator)
- name: Build and Push (ibet for Fin / Validator)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ibet_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Get tag name
id: get_tag_name
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT

# ibet (General)
- name: Build and Push (ibet / General)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ibet_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Get tag name
id: get_tag_name
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT

# ibet (Validator)
- name: Build and Push (ibet / Validator)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_localnet_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Get tag name
id: get_tag_name
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT

# local network (General)
- name: Build and Push (local network / General)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_localnet_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Get tag name
id: get_tag_name
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT

# local network (Validator)
- name: Build and Push (local network / Validator)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_testnet_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Get tag name
id: get_tag_name
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT

# ibet testnet (General)
- name: Build and Push (ibet testnet / General)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_testnet_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Get tag name
id: get_tag_name
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT

# ibet testnet (Validator)
- name: Build and Push (ibet testnet / Validator)
Expand Down

0 comments on commit 63bebd5

Please sign in to comment.