Skip to content

Commit

Permalink
Fixed Action Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ committed Mar 29, 2024
1 parent 5e2cc02 commit fda5889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 214 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
env:
github_ref: ${{ github.ref }}
run: |
CI_TAG=${${(s:/:)github_ref}[-1]}
parts=(${(s:/:)github_ref})
CI_TAG=${parts[-1]}
sed -i '' "s|.*|Linecom|" ../CurrentChannel.drkdatac
sed -i '' "s|.*|${CI_TAG}|" ../SemanticVersion.drkdatas
Expand Down

This file was deleted.

0 comments on commit fda5889

Please sign in to comment.