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 730bdc9 commit 3ff2554Copy full SHA for 3ff2554
.github/workflows/CD.yml
@@ -28,5 +28,5 @@ jobs:
28
with:
29
push: true
30
context: bot/
31
- tags: ${{ github.event.release.tag_name }}
+ tags: ${{ steps.meta.outputs.tags }}
32
labels: ${{ steps.meta.outputs.labels }}
0 commit comments