Skip to content

Commit f9f4d29

Browse files
authored
fix: page release (#23)
Signed-off-by: Allain Magyar <[email protected]>
1 parent d8f8a21 commit f9f4d29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ on:
88

99
permissions:
1010
id-token: write
11+
pages: write
1112

1213
jobs:
1314
release-page:
14-
if: contains(github.event.commit.message, 'chore(release):') || github.event_name == 'workflow_dispatch'
15+
if: contains(github.event.head_commit.message, 'chore(release):') || github.event_name == 'workflow_dispatch'
1516
runs-on: ubuntu-latest
1617
environment:
1718
name: github-pages

0 commit comments

Comments
 (0)