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 fe32caa commit 47c149dCopy full SHA for 47c149d
.github/workflows/appinspect_api.yml
@@ -45,13 +45,9 @@ 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 }}
+ - name: Release
+ uses: fnkr/github-action-ghr@v1
+ if: startsWith(github.ref, 'refs/tags/')
+ env:
+ GHR_PATH: ./dist/github_app_for_splunk.spl
+ GITHUB_TOKEN: ${{ secrets.API_TOKEN }}
0 commit comments