Skip to content

Commit 3e360f1

Browse files
Merge pull request #4 from awslabs/feature/release-workflow
feat: create worfklow to release project
2 parents 6b65fd4 + e32b5ce commit 3e360f1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
name: Release
7+
jobs:
8+
release-please:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: google-github-actions/release-please-action@v3
12+
with:
13+
release-type: simple
14+
package-name: aws-terraform-dev-container

0 commit comments

Comments
 (0)