We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166175c commit 7b1cb1dCopy full SHA for 7b1cb1d
.github/workflows/release.yaml
@@ -47,6 +47,12 @@ jobs:
47
git tag $VERSION
48
git push --tags origin release-version-${VERSION}
49
50
+ - name: Create Release
51
+ run: |
52
+ gh release create ${VERSION} --title "Release ${VERSION}" --generate-notes
53
+ env:
54
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
+
56
- name: Start container with postgres for testing
57
run: docker compose --file unit-test-db-compose.yaml up --build --wait --detach
58
0 commit comments