Skip to content

Commit

Permalink
Update appinspect_api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
derkkila committed Jun 2, 2022
1 parent fe32caa commit 47c149d
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/appinspect_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,9 @@ jobs:
splunkUser: ${{ secrets.SPLUNKBASE_USER }}
splunkPassword: ${{ secrets.SPLUNKBASE_PASSWORD }}
includedTags: cloud
release:
name: Release
runs-on: ubuntu-latest
steps:
- 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 }}
- 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 comments on commit 47c149d

Please sign in to comment.