Skip to content

Commit

Permalink
Test release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 20, 2023
1 parent ccd3351 commit 67dd95c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ concurrency:

jobs:
build:
if: false
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -28,6 +29,7 @@ jobs:
NIXPKGS_ALLOW_UNFREE: 1

templates:
if: false
strategy:
matrix:
template: [default, devenv]
Expand All @@ -53,3 +55,15 @@ jobs:
env:
NIXPKGS_ALLOW_UNFREE: 1
working-directory: ${{ steps.mktemp.outputs.tmpdir }}

release:
runs-on: ubuntu-latest
# needs: [templates]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v6
- run: nix develop --check
- run: nix develop -c npm ci
- run: nix develop -c npx semantic-release

0 comments on commit 67dd95c

Please sign in to comment.