Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Jun 18, 2024
1 parent 4e74487 commit 7405a15
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@ jobs:

- name: Parse SemVer string (release)
id: semver_parser
if: |
github.event_name == 'release' &&
github.event.action == 'published' &&
startsWith(github.ref, 'refs/tags/')
uses: booxmedialtd/[email protected]
with:
input_string: ${{ github.ref }}
version_extractor_regex: 'refs\/tags\/(.*)$'
input_string: "1.0.0-b10"
version_extractor_regex: '(.*)$'

- name: Declare SHA & package name
id: declare_sha
Expand Down

0 comments on commit 7405a15

Please sign in to comment.