Skip to content

Commit 08ade38

Browse files
authored
Fix release workflow (#38)
1 parent a451b0c commit 08ade38

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish
22

33
on:
44
release:
5-
types: [published]
5+
types: [released]
66

77
concurrency:
88
group: publish

.github/workflows/prerelease.yml .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88

99
concurrency:
10-
group: prerelease
10+
group: release
1111
cancel-in-progress: true
1212

1313
jobs:

.releaserc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
branches: [{ name: main, prerelease: true }]
1+
branches: [main]
22
plugins:
33
- "@semantic-release/commit-analyzer"
44
- "@semantic-release/release-notes-generator"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/build.yml/badge.svg)](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/build.yml)
44
[![Update](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/update.yml/badge.svg)](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/update.yml)
5-
[![Prerelease](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/prerelease.yml/badge.svg)](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/prerelease.yml)
5+
[![Release](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/release.yml/badge.svg)](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/release.yml)
66
[![Publish](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/publish.yml/badge.svg)](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/publish.yml)
77

88
[![FlakeHub](https://img.shields.io/endpoint?url=https://flakehub.com/f/stackbuilders/nixpkgs-terraform/badge)](https://flakehub.com/flake/stackbuilders/nixpkgs-terraform)

0 commit comments

Comments
 (0)