Skip to content

Commit

Permalink
Split separate release environments
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Dec 17, 2024
1 parent a0205e2 commit 79d8997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
- build-peakrdl

runs-on: ubuntu-latest
environment: release
environment: release-peakrdl
permissions:
id-token: write

Expand All @@ -240,7 +240,7 @@ jobs:
- build-peakrdl-cli

runs-on: ubuntu-latest
environment: release
environment: release-peakrdl-cli
permissions:
id-token: write

Expand Down
2 changes: 1 addition & 1 deletion peakrdl-cli/src/peakrdl/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.2"
__version__ = "1.2.3"

0 comments on commit 79d8997

Please sign in to comment.