Skip to content

Commit

Permalink
More action fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Nov 27, 2024
1 parent 661f88a commit cc6a71b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
env:
FORCE_COLOR: 1
NPM_CONFIG_COLOR: always
node_version: lts/*
python_version: '3.x'

concurrency:
group: npm-bump
Expand All @@ -29,12 +31,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
python-version: ${{ env.python_version }}
architecture: 'x64'
- name: Start Redis
uses: supercharge/[email protected]
with:
redis-version: ${{ env.redis-version }}
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Install Protoc using apt-get
run: |
Expand Down

0 comments on commit cc6a71b

Please sign in to comment.