Skip to content

Commit 376428e

Browse files
hasufellangerman
authored andcommitted
Fix release creation
1 parent d69f61b commit 376428e

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@ name: Build and release
22

33
on:
44
push:
5-
tags:
6-
- 'v*'
7-
- 'cabal-install-*'
5+
tags: ['*']
86
pull_request:
97
types: [opened, synchronize, reopened, labeled]
10-
# branches:
11-
# - master
8+
branches:
9+
- stable-ghc-9.14
1210
schedule:
1311
- cron: '0 0 * * *'
1412
workflow_dispatch:
1513

1614
permissions:
1715
pull-requests: read
16+
contents: write
1817

1918
jobs:
2019
release-workflow:
@@ -39,7 +38,7 @@ jobs:
3938
path: ./out
4039

4140
- name: Release
42-
uses: softprops/action-gh-release@v1
41+
uses: softprops/action-gh-release@v2
4342
with:
4443
draft: true
4544
files: |

0 commit comments

Comments
 (0)