Skip to content

Commit

Permalink
Temporary disable the set tag task
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliFtechiz committed Dec 15, 2023
1 parent b76c4e5 commit ca18df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
run: |
echo "$keystore" | base64 -d > kiwix-android/kiwix-android.keystore
- name: Set tag variable
if: env.should_publish == 'true'
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
# - name: Set tag variable
# if: env.should_publish == 'true'
# run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV

- name: Generate dummy Bundle
if: env.should_publish == 'true'
Expand Down

0 comments on commit ca18df5

Please sign in to comment.