Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
fix(ci): add insegure enviroment flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicioslc authored Nov 28, 2020
1 parent 69ca7a6 commit 403dd6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
uses: little-core-labs/get-git-tag@v3.0.2
id: tagName
with:
tagRegex: 'beta-v([0-9]+.[0-9]+.[0-9]+\+[0-9]+)' # Optional. Returns specified group text as tag name. Full tag string is returned if regex is not defined.
tagRegex: 'beta-v(.*)' # Optional. Returns specified group text as tag name. Full tag string is returned if regex is not defined.
tagRegexGroup: 1 # Optional. Default is 1.
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

- name: Replace YAML version with tag version
run: |
Expand Down

0 comments on commit 403dd6f

Please sign in to comment.