티스토리 뷰
728x90
on:
push:
tags:
- 'v*.*.*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Test
run: |
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}
on:
push:
tags:
- 'v*.*.*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set output
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- name: Check output
env:
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
run: |
echo $RELEASE_VERSION
echo ${{ steps.vars.outputs.tag }}
https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
Get the current pushed tag in Github Actions
Is there a way to access the current tag that has been pushed in a Github Action? In CircleCI you can access this value with the $CIRCLE_TAG variable. My Workflow yaml is being triggered by a tag l...
stackoverflow.com
728x90
'공부' 카테고리의 다른 글
[aws] emr create-cluster --configurations file:// (0) | 2022.08.31 |
---|---|
[architecture] Lambda (Batch, Speed, Serving) (0) | 2022.08.31 |
[java] array to list (0) | 2022.08.31 |
[scala] javaMap to scalaMap (0) | 2022.08.31 |
[Scala] foreach Map (0) | 2022.08.31 |
댓글
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 김달
- 클루지
- Kluge
- 어떻게 능력을 보여줄 것인가?
- 모델 Y 레퍼럴
- 개리마커스
- 모델y
- 연애학개론
- 인스타그램
- 책그림
- 테슬라 크레딧 사용
- 테슬라
- 테슬라 리퍼럴 코드 생성
- 유투브
- 할인
- 테슬라 리퍼럴 코드
- 테슬라 레퍼럴
- wlw
- 테슬라 레퍼럴 코드 확인
- 테슬라 리퍼럴 코드 혜택
- COUNT
- follower
- 메디파크 내과 전문의 의학박사 김영수
- 레퍼럴
- Bot
- 테슬라 추천
- 팔로워 수 세기
- 테슬라 레퍼럴 적용 확인
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함