Skip to content

Commit

Permalink
Task: workflow 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
qro-story committed Sep 18, 2024
1 parent d985f7c commit 6c342a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v4
with:
node-version: 18

- name: Generate deployment package
run: zip -r ${{ github.sha }}.zip . -x "*.git*" node_modules
Expand Down

0 comments on commit 6c342a3

Please sign in to comment.