Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
awownysz-splunk committed Dec 14, 2023
1 parent 5301df2 commit 1d64c6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/meta/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ outputs:
runs:
using: composite
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
repository: ${{ github.repository }}
submodules: false
persist-credentials: false

- name: Semantic Release
id: version
uses: splunk/semantic-release-action@v1.3
Expand Down

0 comments on commit 1d64c6c

Please sign in to comment.