Skip to content

Commit

Permalink
Translate
Browse files Browse the repository at this point in the history
  • Loading branch information
DitriXNew committed May 3, 2023
1 parent cdc10e6 commit 2ce4bc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Run a multi-line script
env:
REPO_NAME: ${{ github.event.repository.name }}
RELEASE_VERSION: ${{ steps.branch_name.outputs.SOURCE_TAG }}
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
run: |
git config --global user.email "info@irpteam.com"
git config --global user.name "IRP Team"
Expand Down

0 comments on commit 2ce4bc2

Please sign in to comment.