diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index aabeb991..8fd4cb08 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -2,10 +2,10 @@ name: Releases on: push: - # tags: - # - v* - # branches: - # - master + tags: + - v* + branches: + - master jobs: release: @@ -13,3 +13,4 @@ jobs: secrets: inherit with: project: himalaya + nixpkgs: staging-next