Skip to content

Commit

Permalink
Merge branch 'master' of github.com:BlueBubblesApp/bluebubbles-server…
Browse files Browse the repository at this point in the history
… into build-test
  • Loading branch information
zlshames committed Jul 2, 2024
2 parents 4592686 + 678fac4 commit b9ad54f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up Python ${{ matrix.python-version }}
- name: Install Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Setup Python ${{ matrix.python-version }}
run: python -m pip install setuptools
- name: Setup Node.js 20.11
uses: actions/setup-node@v4
Expand All @@ -30,4 +31,4 @@ jobs:
- name: Build & Publish BlueBubbles
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run release
run: npm run release

0 comments on commit b9ad54f

Please sign in to comment.