Skip to content

Commit

Permalink
terraform: update file .github/workflows/release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pimvh committed Sep 22, 2023
1 parent 93b9e4a commit 3759dc4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# terraform managed
---
name: Build and push the current package

on:
release:
types: [created, edited, published, released]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: install nix
run: |
sh <(curl -L https://nixos.org/nix/install) --daemon
- name: run development target
run: |
nix develop '.#poetry' -c "poetry publish --build -u __token__ -p ${{ secrets.PIPY_API_TOKEN }}"

0 comments on commit 3759dc4

Please # to comment.