Skip to content

Commit

Permalink
release: v1.0.5
Browse files Browse the repository at this point in the history
## Description

+ 'workflow' 가 아니라 'workflows' 임
  + 's' 하나 빠져서 안되는거였음
+ `act` 로 디버깅해보고 원인찾음

## Related Issues

#35
#36
#37
  • Loading branch information
s3ich4n authored Nov 22, 2022
2 parents ea78d8e + ea18ed9 commit de37338
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit de37338

Please sign in to comment.