Skip to content

Commit

Permalink
릴리즈 트리거 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonPark committed May 23, 2022
1 parent bdfe09b commit 8a8f5d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release-drafter
on:
push:
branches:
- master
tags:
- '[0-9]+.[0-9]+.[0-9]+'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Release
on:
release:
types: [published]

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 8a8f5d9

Please sign in to comment.