We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d395e3 commit c50bc7cCopy full SHA for c50bc7c
.github/workflows/release.yml
@@ -42,4 +42,13 @@ jobs:
42
virtualzone/compose-updater:${{ env.CI_VERSION }}
43
virtualzone/compose-updater:latest
44
cache-from: type=local,src=/tmp/.buildx-cache
45
- cache-to: type=local,dest=/tmp/.buildx-cache-new
+ 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