Skip to content

Commit

Permalink
Update release for protected branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt committed Aug 19, 2024
1 parent e78ec82 commit 15e1526
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
environment: Release
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.QA_PAT }}
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -73,6 +75,7 @@ jobs:
with:
commit_message: "[Github Action] Update version to ${{ github.event.inputs.version }}"
tagging_message: "v${{ github.event.inputs.version }}"
push_options: --force
- name: Build Python Package
working-directory: openc3/python
run: python -m build
Expand Down Expand Up @@ -132,3 +135,4 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[Github Action] Update version to ${{ github.event.inputs.next_version }}"
push_options: --force
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ typescript

developer.code-workspace
__pycache__

playwright/tests/enterprise
1 change: 1 addition & 0 deletions openc3/openc3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ spec = Gem::Specification.new do |s|
s.add_runtime_dependency 'webrick', '~> 1.8'
s.add_runtime_dependency 'websocket', '~> 1.2'
s.add_runtime_dependency 'websocket-native', '~> 1.0'
s.add_runtime_dependency 'listen', '~> 3.9'

# Development Dependencies
s.add_development_dependency 'benchmark-ips', '~> 2.9'
Expand Down

0 comments on commit 15e1526

Please sign in to comment.