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 3bd5238 commit fe32caaCopy full SHA for fe32caa
.github/workflows/appinspect_api.yml
@@ -45,3 +45,13 @@ jobs:
45
splunkUser: ${{ secrets.SPLUNKBASE_USER }}
46
splunkPassword: ${{ secrets.SPLUNKBASE_PASSWORD }}
47
includedTags: cloud
48
+ release:
49
+ name: Release
50
+ runs-on: ubuntu-latest
51
+ steps:
52
+ - name: Release
53
+ uses: fnkr/github-action-ghr@v1
54
+ if: startsWith(github.ref, 'refs/tags/')
55
+ env:
56
+ GHR_PATH: ./dist/github_app_for_splunk.spl
57
+ GITHUB_TOKEN: ${{ secrets.API_TOKEN }}
0 commit comments