Skip to content

Commit c50bc7c

Browse files
committed
Create release automatically
1 parent 0d395e3 commit c50bc7c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,13 @@ jobs:
4242
virtualzone/compose-updater:${{ env.CI_VERSION }}
4343
virtualzone/compose-updater:latest
4444
cache-from: type=local,src=/tmp/.buildx-cache
45-
cache-to: type=local,dest=/tmp/.buildx-cache-new
45+
cache-to: type=local,dest=/tmp/.buildx-cache-new
46+
- name: Create Release
47+
uses: actions/create-release@v1
48+
env:
49+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
with:
51+
tag_name: ${{ env.CI_VERSION }}
52+
release_name: ${{ env.CI_VERSION }}
53+
draft: false
54+
prerelease: false

0 commit comments

Comments
 (0)