Skip to content

Commit 562a78c

Browse files
committed
fix: correct ci/cd release workflow for master -> main rename
1 parent e039587 commit 562a78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semantic-releaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- '**.tf'
99
- '!examples/**.tf'
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Setup Node.js
23-
uses: actions/setup-node@v1
23+
uses: actions/setup-node@v2
2424
with:
2525
node-version: 14
2626

0 commit comments

Comments
 (0)