소스 검색

Update cd_src_release.yml

pull/1067/head
Ray 5 년 전
committed by GitHub
부모
커밋
c2e79a212c
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .github/workflows/cd_src_release.yml

+ 1
- 1
.github/workflows/cd_src_release.yml 파일 보기

@ -15,7 +15,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}

불러오는 중...
취소
저장