Skip to content

Commit

Permalink
Merge pull request #3 from bonicim/update-infra
Browse files Browse the repository at this point in the history
Fix workflow syntax
  • Loading branch information
craig8 authored Dec 20, 2022
2 parents 5625eb6 + 058e619 commit bb8e94b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ env:
PYTHON_VERSION: '3.8'
OWNER: eclipse-volttron
POETRY_VERSION: 1.2.2
RUNS_ON: ubuntu-22.04

jobs:

bump_version:
runs-on: ${{env.RUNS_ON}}
runs-on: ubuntu-22.04
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand Down

0 comments on commit bb8e94b

Please sign in to comment.