Skip to content

Commit

Permalink
work_flow_test3_14
Browse files Browse the repository at this point in the history
  • Loading branch information
iZakirSheikh committed Aug 22, 2023
1 parent 317a0f8 commit a43a45d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,8 @@ jobs:
- name: Set current date as env variable
run: echo "date_today=$(date +'%Y-%m-%d')" >> $GITHUB_ENV

# Set Repository Name As Env Variable
- name: Set variables
run: |
env:
# variables
# logic
GIT_TAG=$(grep "versionName" "./app/build.gradle" | awk '{print $2}') # get value versionName"0.1.0"
- name: Set Git Tag as env variable
run: $(grep "GET_TAG" "./app/build.gradle" | awk '{print $2}') >> $GITHUB_ENV # get value versionName"0.1.0"

- name: Create Github Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit a43a45d

Please sign in to comment.