This commit is contained in:
@@ -33,7 +33,17 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Worker Dependencies
|
||||
run: npm install
|
||||
run: npm ci
|
||||
|
||||
- run: npm run deploy
|
||||
- run: npm pack
|
||||
- run: mv twitch-cloud-ebs*tgz twitch-cloud-ebs.tgz
|
||||
- run: git log $(git describe --tags --abbrev=0 HEAD~1)..HEAD --oneline > changelog.txt
|
||||
- uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
make_latest: true
|
||||
body_path: changelog.txt
|
||||
files: '*.tgz'
|
||||
|
||||
- name: Compile Worker
|
||||
run: npx selflare compile
|
||||
|
||||
Reference in New Issue
Block a user