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.
2 parents 57e261d + 4f9b85f commit fc8e020Copy full SHA for fc8e020
3 files changed
.github/workflows/docker_build.yml
@@ -1,9 +1,8 @@
1
name: Build and Publish Docker Image
2
3
on:
4
- push:
5
- tags:
6
- - 'v*'
+ release:
+ types: [published]
7
8
permissions:
9
id-token: write
.github/workflows/dotnet_tool_build.yml
name: Build and Publish .NET Tool
jobs:
build-and-pack:
.github/workflows/release.yml
@@ -41,6 +41,7 @@ jobs:
41
env:
42
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
44
+ # This creates a tag but doesn't trigger a "push event of the tag" FYI
45
- name: Create GitHub Release
46
id: create_release
47
uses: actions/create-release@v1
0 commit comments