Skip to content

Commit

Permalink
build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 24, 2023
1 parent f1f4670 commit 6635a38
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@ on:
types: [published]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cvxgrp/.github/actions/build@main

deploy:
runs-on: ubuntu-latest
needs: build
environment: release

permissions:
# This permission is required for trusted publishing.
id-token: write
contents: read

steps:
- uses: actions/checkout@v3
- uses: cvxgrp/.github/actions/release@main
- uses: cvxgrp/.github/actions/publish@main

0 comments on commit 6635a38

Please sign in to comment.