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 9e6bf72 commit 66844e8Copy full SHA for 66844e8
.github/workflows/build.yaml
@@ -179,4 +179,5 @@ jobs:
179
uses: softprops/action-gh-release@v2
180
with:
181
files: integration-plugin.tar
182
- token: ${{ secrets.GH_ACCESS_TOKEN }}
+ token: ${{ secrets.GH_ACCESS_TOKEN }}
183
+ tag_name: ${{ needs.build.outputs.latest_tag }}
0 commit comments