We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41da7aa commit 3bd1a6fCopy full SHA for 3bd1a6f
.github/workflows/build-container.yaml
@@ -65,7 +65,7 @@ jobs:
65
id: release
66
uses: softprops/action-gh-release@v1
67
with:
68
- tag_name: test2
+ tag_name: ${{ github.ref_name }}
69
env:
70
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
0 commit comments