Skip to content

Commit

Permalink
Update update-nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslavtriev authored Jun 7, 2024
1 parent b9f700f commit b27a7cf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/update-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ jobs:
- name: Build NPM package
run: yarn pack && mv *.tgz mysql-baileys-nightly.tgz

- name: Generate Changelog
id: generate_changelog
run: |
changelog=$(yarn run --silent changelog:preview)
echo "changelog<<EOF" >> $GITHUB_OUTPUT
echo "${changelog}" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Update Nightly TAG
uses: richardsimko/[email protected]
env:
Expand Down

0 comments on commit b27a7cf

Please sign in to comment.